A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://clang.llvm.org/doxygen/classclang_1_1syntax_1_1ParametersAndQualifiers.html below:

clang: clang::syntax::ParametersAndQualifiers Class Reference

Parameter list for a function type and a trailing return type, if the function has one. More...

#include "clang/Tooling/Syntax/Nodes.h"

Inheritance diagram for clang::syntax::ParametersAndQualifiers:

Detailed Description

Parameter list for a function type and a trailing return type, if the function has one.

E.g.: (int a) volatile in int foo(int a) volatile; (int a) && in int foo(int a) &&; () -> int in auto foo() -> int; () const in int foo() const; () noexcept in int foo() noexcept; () throw() in int foo() throw();

(!) override doesn't belong here.

Definition at line 560 of file Nodes.h.

Constructor & Destructor Documentation ◆ ParametersAndQualifiers() clang::syntax::ParametersAndQualifiers::ParametersAndQualifiers ( ) inline

Definition at line 562 of file Nodes.h.

Member Function Documentation ◆ classof() static bool clang::syntax::ParametersAndQualifiers::classof ( const NodeN ) static ◆ getLparen() syntax::Leaf * syntax::ParametersAndQualifiers::getLparen ( ) ◆ getParameters() ◆ getRparen() syntax::Leaf * syntax::ParametersAndQualifiers::getRparen ( ) ◆ getTrailingReturn()

The documentation for this class was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4