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 DescriptionParameter 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 ( ) inlineDefinition at line 562 of file Nodes.h.
Member Function Documentation ◆ classof() static bool clang::syntax::ParametersAndQualifiers::classof ( const Node * N ) 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