Searched refs:getCompoundStmtBody (Results 1 – 3 of 3) sorted by relevance
2147 const CompoundStmt *getCompoundStmtBody() const;2148 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function2150 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
1339 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
2444 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()