Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2147 const CompoundStmt *getCompoundStmtBody() const;
2148 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function
2150 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1339 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
H A DStmtPrinter.cpp2444 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()