/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Nodes.cpp | 226 syntax::Statement *syntax::SwitchStatement::getBody() { in getBody() function in syntax::SwitchStatement 241 syntax::Statement *syntax::CaseStatement::getBody() { in getBody() function in syntax::CaseStatement 251 syntax::Statement *syntax::DefaultStatement::getBody() { in getBody() function in syntax::DefaultStatement 280 syntax::Statement *syntax::ForStatement::getBody() { in getBody() function in syntax::ForStatement 290 syntax::Statement *syntax::WhileStatement::getBody() { in getBody() function in syntax::WhileStatement 320 syntax::Statement *syntax::RangeBasedForStatement::getBody() { in getBody() function in syntax::RangeBasedForStatement
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 31 Stmt *ModelInjector::getBody(const FunctionDecl *D) { in getBody() function in ModelInjector 36 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { in getBody() function in ModelInjector
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 169 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 189 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 378 Stmt *getBody() const { in getBody() function
|
H A D | StmtObjC.h | 38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
H A D | ExprConcepts.h | 516 RequiresExprBodyDecl *getBody() const { return Body; } in getBody() function
|
H A D | Stmt.h | 2197 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody() function 2198 const Stmt *getBody() const { in getBody() function 2377 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody() function 2378 const Stmt *getBody() const { in getBody() function 2474 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 2475 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 2539 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 2544 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
H A D | DeclBase.h | 1010 virtual Stmt* getBody() const { return nullptr; } in getBody() function
|
H A D | Decl.h | 2106 Stmt *getBody() const override { in getBody() function 4193 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
|
H A D | StmtOpenMP.h | 1375 const Stmt *getBody() const { in getBody() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 671 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm 824 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody() function in BodyFarm
|
H A D | AnalysisDeclContext.cpp | 93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext 126 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 299 StringRef getBody() const { return Body; } in getBody() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1140 BasicBlock *getBody() const { return Body; } in getBody() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 3003 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl 4891 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } in getBody() function in CapturedDecl
|
H A D | Expr.cpp | 2324 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr 2327 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
|
H A D | DeclObjC.cpp | 858 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
|
H A D | StmtOpenMP.cpp | 177 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective
|
H A D | ExprCXX.cpp | 1195 Stmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
|