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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1031 /// ActOnCompoundStmt action. This expects the '{' to be the current token, and
1164 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc,
2276 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false);
2313 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false);
ParseOpenMP.cpp 2569 Actions.ActOnCompoundStmt(Loc, Loc, llvm::None,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 8082 return S.ActOnCompoundStmt(Loc, Loc, Stmts.Stmts, /*IsStmtExpr=*/false);
14255 Body = ActOnCompoundStmt(Loc, Loc, Statements,
14629 Body = ActOnCompoundStmt(Loc, Loc, Statements,
14772 ActOnCompoundStmt(Loc, Loc, None, /*isStmtExpr=*/false).getAs<Stmt>());
14898 MoveConstructor->setBody(ActOnCompoundStmt(
SemaStmt.cpp 405 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R,
TreeTransform.h 1263 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
SemaOpenMP.cpp 5335 Body = AssertSuccess(Actions.ActOnCompoundStmt({}, {}, BodyStmts, false));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4609 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,

Completed in 117 milliseconds