Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp30 Stmt *ModelInjector::getBody(const FunctionDecl *D) { in getBody() function in ModelInjector
35 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { in getBody() function in ModelInjector
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDBodyFarm.cpp355 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
448 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody() function in BodyFarm
HDAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
121 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h157 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
174 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
HDStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
HDStmt.h986 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
991 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1069 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1070 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1114 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1115 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1179 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1184 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
HDDecl.h1755 Stmt *getBody() const override { in getBody() function
3503 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
3640 Stmt *getBody() const override { return BodyAndNothrow.getPointer(); } in getBody() function
HDDeclBase.h840 virtual Stmt* getBody() const { return nullptr; } in getBody() function
HDStmtOpenMP.h583 const Stmt *getBody() const { in getBody() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp1996 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
1999 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
HDExprCXX.cpp1101 CompoundStmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
HDDeclObjC.cpp731 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
HDDecl.cpp2405 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl