Searched defs:getBody (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp31 Stmt *ModelInjector::getBody(const FunctionDecl *D) { function in class:ModelInjector
36 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { function in class:ModelInjector
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp89 Stmt *OMPLoopDirective::getBody() { function in class:OMPLoopDirective
H A DExprCXX.cpp1307 CompoundStmt *LambdaExpr::getBody() const { function in class:LambdaExpr
H A DDeclObjC.cpp855 Stmt *ObjCMethodDecl::getBody() const { function in class:ObjCMethodDecl
H A DExpr.cpp2384 const Stmt *BlockExpr::getBody() const { function in class:BlockExpr
2387 Stmt *BlockExpr::getBody() { function in class:BlockExpr
H A DDecl.cpp2894 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { function in class:FunctionDecl
4748 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } function in class:CapturedDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
44 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
H A DExprConcepts.h511 RequiresExprBodyDecl *getBody() const { return Body; } function in class:clang::final
H A DStmtCXX.h169 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
189 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
378 Stmt *getBody() const { function in class:clang::final
H A DStmtOpenMP.h1100 const Stmt *getBody() const { function in class:clang::OMPLoopDirective
H A DDeclBase.h987 virtual Stmt* getBody() const { return nullptr; } function
H A DStmt.h2130 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } function in class:clang::final
2131 const Stmt *getBody() const { function in class:clang::final
2302 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } function in class:clang::final
2303 const Stmt *getBody() const { function in class:clang::final
2394 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::DoStmt
2395 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::DoStmt
2459 Stmt *getBody() { retur function in class:clang::ForStmt
2464 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ForStmt
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { function in class:AnalysisDeclContext
126 Stmt *AnalysisDeclContext::getBody() const { function in class:AnalysisDeclContext
[all...]
H A DBodyFarm.cpp667 Stmt *BodyFarm::getBody(const FunctionDecl *D) { function in class:BodyFarm
819 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { function in class:BodyFarm

Completed in 243 milliseconds