clang  10.0.0git
syntax::TreeBuilder Member List

This is the complete list of members for syntax::TreeBuilder, including all inherited members.

allocator()syntax::TreeBuilderinline
finalize() &&syntax::TreeBuilderinline
foldNode(llvm::ArrayRef< syntax::Token > Range, syntax::Tree *New)syntax::TreeBuilder
getExprRange(const Expr *E) constsyntax::TreeBuilderinline
getRange(SourceLocation First, SourceLocation Last) constsyntax::TreeBuilderinline
getRange(const Decl *D) constsyntax::TreeBuilderinline
getStmtRange(const Stmt *S) constsyntax::TreeBuilderinline
markChildToken(SourceLocation Loc, NodeRole R)syntax::TreeBuilder
markExprChild(Expr *Child, NodeRole Role)syntax::TreeBuilder
markStmtChild(Stmt *Child, NodeRole Role)syntax::TreeBuilder
noticeDeclaratorRange(llvm::ArrayRef< syntax::Token > Range)syntax::TreeBuilder
noticeDeclaratorWithoutSemicolon(Decl *D)syntax::TreeBuilder
TreeBuilder(syntax::Arena &Arena)syntax::TreeBuilderinline