Home
last modified time | relevance | path

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

/freebsd/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/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 DDeclBase.h1076 virtual Stmt* getBody() const { return nullptr; } in getBody() function
H A DDecl.h2232 Stmt *getBody() const override { in getBody() function
4546 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
H A DStmtOpenMP.h1483 const Stmt *getBody() const { in getBody() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
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/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h333 StringRef getBody() const { return Body; } in getBody() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3397 BasicBlock *getBody() const { in getBody() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3228 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl
5432 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } in getBody() function in CapturedDecl
H A DDeclObjC.cpp909 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
H A DExpr.cpp2522 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
2525 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
H A DExprCXX.cpp1328 Stmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
H A DStmtOpenMP.cpp202 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective