Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
380 CompoundStmt *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.h554 RequiresExprBodyDecl *getBody() const { return Body; } in getBody() function
H A DDeclBase.h1087 virtual Stmt* getBody() const { return nullptr; } getBody() function
H A DDecl.h2244 Stmt *getBody() const override { getBody() function
4526 Stmt *getBody() const override { return (Stmt*) Body; } getBody() function
H A DStmtOpenMP.h1482 Stmt *getBody(); in getBody() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp700 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
865 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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h322 StringRef getBody() const { return Body; } getBody() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2801 BasicBlock *getBody() const { getBody() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3191 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { getBody() function in FunctionDecl
5370 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } getBody() function in CapturedDecl
H A DDeclObjC.cpp909 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
H A DExpr.cpp2486 const Stmt *BlockExpr::getBody() const { getBody() function in BlockExpr
2489 Stmt *BlockExpr::getBody() { getBody() function in BlockExpr
H A DExprCXX.cpp1278 Stmt *LambdaExpr::getBody() const { getBody() function in LambdaExpr
H A DStmtOpenMP.cpp202 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective