Home
last modified time | relevance | path

Searched defs:getBody (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp226 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 DModelInjector.cpp31 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 DStmtCXX.h169 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 DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
H A DExprConcepts.h516 RequiresExprBodyDecl *getBody() const { return Body; } in getBody() function
H A DStmt.h2197 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 DDeclBase.h1010 virtual Stmt* getBody() const { return nullptr; } in getBody() function
H A DDecl.h2106 Stmt *getBody() const override { in getBody() function
4193 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
H A DStmtOpenMP.h1375 const Stmt *getBody() const { in getBody() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp671 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 DAnalysisDeclContext.cpp93 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 DStandardInstrumentations.h299 StringRef getBody() const { return Body; } in getBody() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1140 BasicBlock *getBody() const { return Body; } in getBody() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3003 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 DExpr.cpp2324 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
2327 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
H A DDeclObjC.cpp858 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
H A DStmtOpenMP.cpp177 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective
H A DExprCXX.cpp1195 Stmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr