class TrailingReturnType
Declaration
class TrailingReturnType : public Tree { /* full declaration omitted */ };
Description
Trailing return type after the parameter list, including the arrow token. E.g. `-> int***`.
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:527
Inherits from: Tree
Member Variables
Method Overview
- public TrailingReturnType()
- public static bool classof(const clang::syntax::Node * N)
- public clang::syntax::Leaf * getArrowToken()
- public clang::syntax::SimpleDeclarator * getDeclarator()
Inherited from Tree:
- public classof
- public findChild
- public findChild
- public findFirstLeaf
- public findFirstLeaf
- public findLastLeaf
- public findLastLeaf
- public getChildren
- public getChildren
- public getFirstChild
- public getFirstChild
- public getLastChild
- public getLastChild
Inherited from Node:
- public assertInvariants
- public assertInvariantsRecursive
- public canModify
- public dump
- public dumpTokens
- public getKind
- public getNextSibling
- public getNextSibling
- public getParent
- public getParent
- public getPreviousSibling
- public getPreviousSibling
- public getRole
- public isDetached
- public isOriginal
Methods
¶TrailingReturnType()
TrailingReturnType()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:529
¶static bool classof(const clang::syntax::Node* N)
static bool classof(const clang::syntax::Node* N)
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:530
Parameters
- const clang::syntax::Node* N
¶clang::syntax::Leaf* getArrowToken()
clang::syntax::Leaf* getArrowToken()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:532
¶clang::syntax::SimpleDeclarator* getDeclarator()
clang::syntax::SimpleDeclarator* getDeclarator()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:535