Searched refs:getCompoundStmtBody (Results 1 – 3 of 3) sorted by relevance
2115 const CompoundStmt *getCompoundStmtBody() const;2116 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function2118 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
1273 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
2246 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()