Searched refs:getCompoundStmtBody (Results 1 – 3 of 3) sorted by relevance
2145 const CompoundStmt *getCompoundStmtBody() const;2146 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function2148 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
1333 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
2307 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()