Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
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
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
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
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtCXX.h169 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
189 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
376 Stmt *getBody() const { in getBody() function
DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DStmt.h2270 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody() function
2271 const Stmt *getBody() const { in getBody() function
2450 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody() function
2451 const Stmt *getBody() const { in getBody() function
2547 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
2548 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
2612 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
2617 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DExprConcepts.h525 RequiresExprBodyDecl *getBody() const { return Body; } in getBody() function
DDeclBase.h1052 virtual Stmt* getBody() const { return nullptr; } in getBody() function
DDecl.h2204 Stmt *getBody() const override { in getBody() function
4411 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
DStmtOpenMP.h1467 const Stmt *getBody() const { in getBody() function
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DBodyFarm.cpp700 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
864 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody() function in BodyFarm
DAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
126 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
/openbsd/src/gnu/llvm/llvm/include/llvm/Passes/
DStandardInstrumentations.h306 StringRef getBody() const { return Body; } in getBody() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h2315 BasicBlock *getBody() const { in getBody() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp3126 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl
5120 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } in getBody() function in CapturedDecl
DDeclObjC.cpp909 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
DExpr.cpp2492 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
2495 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
DExprCXX.cpp1268 Stmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
DStmtOpenMP.cpp202 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective