Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2115 const CompoundStmt *getCompoundStmtBody() const;
2116 CompoundStmt *getCompoundStmtBody() { in getCompoundStmtBody() function
2118 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1273 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const { in getCompoundStmtBody() function in LambdaExpr
H A DStmtPrinter.cpp2246 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()