HomeSort by: relevance | last modified time | path
    Searched refs:getCompoundStmtBody (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2057 const CompoundStmt *getCompoundStmtBody() const;
2058 CompoundStmt *getCompoundStmtBody() {
2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1200 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const {
StmtPrinter.cpp 2064 PrintRawCompoundStmt(Node->getCompoundStmtBody());

Completed in 41 milliseconds