/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Nodes.cpp | 226 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
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 31 Stmt *ModelInjector::getBody(const FunctionDecl *D) { in getBody() function in ModelInjector 36 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { in getBody() function in ModelInjector
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Builder.cpp | 80 std::optional<StringRef> Builder::getBody() const { getBody() function in Builder
|
H A D | Interfaces.cpp | 48 std::optional<StringRef> InterfaceMethod::getBody() const { getBody() function in InterfaceMethod
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 170 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 D | StmtObjC.h | 38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
H A D | ExprConcepts.h | 554 RequiresExprBodyDecl *getBody() const { return Body; } getBody() function
|
H A D | DeclBase.h | 1073 virtual Stmt* getBody() const { return nullptr; } getBody() function
|
H A D | Decl.h | 2271 Stmt *getBody() const override { getBody() function 4585 Stmt *getBody() const override { return (Stmt*) Body; } getBody() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 700 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 D | AnalysisDeclContext.cpp | 93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext 126 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 934 const CompoundStmt *getBody() const { return constraintBody; } in getBody() function 1051 const CompoundStmt *getBody() const { return patternBody; } in getBody() function 1140 const CompoundStmt *getBody() const { return rewriteBody; } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | AST.h | 227 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 333 StringRef getBody() const { return Body; } getBody() function
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | AST.h | 265 ExprASTList *getBody() { return body.get(); } in getBody() function
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestTypes.cpp | 485 Type TestRecursiveAliasType::getBody() const { return getImpl()->body; } getBody() function in TestRecursiveAliasType
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypes.cpp | 490 ArrayRef<Type> LLVMStructType::getBody() const { in getBody() function in LLVMStructType
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 3374 BasicBlock *getBody() const { getBody() function
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3224 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { getBody() function in FunctionDecl 5428 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } getBody() function in CapturedDecl
|
H A D | DeclObjC.cpp | 909 Stmt *ObjCMethodDecl::getBody() const { getBody() function in ObjCMethodDecl
|