Searched defs:getBody (Results 1 – 14 of 14) sorted by relevance
226 syntax::Statement *syntax::SwitchStatement::getBody() { in getBody() function in syntax::SwitchStatement241 syntax::Statement *syntax::CaseStatement::getBody() { in getBody() function in syntax::CaseStatement251 syntax::Statement *syntax::DefaultStatement::getBody() { in getBody() function in syntax::DefaultStatement280 syntax::Statement *syntax::ForStatement::getBody() { in getBody() function in syntax::ForStatement290 syntax::Statement *syntax::WhileStatement::getBody() { in getBody() function in syntax::WhileStatement320 syntax::Statement *syntax::RangeBasedForStatement::getBody() { in getBody() function in syntax::RangeBasedForStatement
170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function380 CompoundStmt *getBody() const { in getBody() function
38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1076 virtual Stmt* getBody() const { return nullptr; } in getBody() function
2232 Stmt *getBody() const override { in getBody() function4546 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
1483 const Stmt *getBody() const { in getBody() function
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext126 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
333 StringRef getBody() const { return Body; } in getBody() function
3397 BasicBlock *getBody() const { in getBody() function
3228 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl5432 Stmt *CapturedDecl::getBody() const { return BodyAndNothrow.getPointer(); } in getBody() function in CapturedDecl
909 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
2522 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr2525 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
1328 Stmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
202 Stmt *OMPLoopDirective::getBody() { in getBody() function in OMPLoopDirective