class ParenDeclarator
Declaration
class ParenDeclarator : public Declarator { /* full declaration omitted */ };
Description
Declarator inside parentheses. E.g. `(***a)` from `int (***a) = nullptr;` See comment of Declarator for more details.
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:503
Inherits from: Declarator
Member Variables
Method Overview
- public ParenDeclarator()
- public static bool classof(const clang::syntax::Node * N)
- public clang::syntax::Leaf * getLparen()
- public clang::syntax::Leaf * getRparen()
Inherited from Declarator:
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
¶ParenDeclarator()
ParenDeclarator()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:505
¶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:506
Parameters
- const clang::syntax::Node* N
¶clang::syntax::Leaf* getLparen()
clang::syntax::Leaf* getLparen()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:507
¶clang::syntax::Leaf* getRparen()
clang::syntax::Leaf* getRparen()
Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:508