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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1200 const CompoundStmt *LambdaExpr::getCompoundStmtBody() const {
  /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());

Completed in 106 milliseconds