Home
last modified time | relevance | path

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

12

/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
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A 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
/llvm-project/mlir/lib/TableGen/
H A DBuilder.cpp80 std::optional<StringRef> Builder::getBody() const { getBody() function in Builder
H A DInterfaces.cpp48 std::optional<StringRef> InterfaceMethod::getBody() const { getBody() function in InterfaceMethod
/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 DExprConcepts.h554 RequiresExprBodyDecl *getBody() const { return Body; } getBody() function
H A DDeclBase.h1073 virtual Stmt* getBody() const { return nullptr; } getBody() function
H A DDecl.h2271 Stmt *getBody() const override { getBody() function
4585 Stmt *getBody() const override { return (Stmt*) Body; } getBody() function
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp700 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 DAnalysisDeclContext.cpp93 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 DNodes.h934 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 DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h227 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h333 StringRef getBody() const { return Body; } getBody() function
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h265 ExprASTList *getBody() { return body.get(); } in getBody() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp485 Type TestRecursiveAliasType::getBody() const { return getImpl()->body; } getBody() function in TestRecursiveAliasType
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp490 ArrayRef<Type> LLVMStructType::getBody() const { in getBody() function in LLVMStructType
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3374 BasicBlock *getBody() const { getBody() function
/llvm-project/clang/lib/AST/
H A DDecl.cpp3224 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 DDeclObjC.cpp909 Stmt *ObjCMethodDecl::getBody() const { getBody() function in ObjCMethodDecl

12