Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2057 const CompoundStmt *getCompoundStmtBody() const;
2058 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function
2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1206 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
H A DStmtPrinter.cpp2235 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()