Home
last modified time | relevance | path

Searched refs:getCompoundStmtBody (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2047 const CompoundStmt *getCompoundStmtBody() const;
2048 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function
2050 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1200 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
DStmtPrinter.cpp2078 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()