Searched refs:ActOnCompoundStmt (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1040 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 1956 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionStatementBody() 1993 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionTryBlock()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1161 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 2265 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionStatementBody() 2302 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionTryBlock()
|
D | ParseOpenMP.cpp | 2417 Actions.ActOnCompoundStmt(Loc, Loc, llvm::None, in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 10480 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 10917 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment() 11085 ActOnCompoundStmt(Loc, Loc, None, /*isStmtExpr=*/false).getAs<Stmt>()); in DefineImplicitCopyConstructor() 11259 MoveConstructor->setBody(ActOnCompoundStmt( in DefineImplicitMoveConstructor()
|
D | SemaStmt.cpp | 332 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
|
D | TreeTransform.h | 1116 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8003 return S.ActOnCompoundStmt(Loc, Loc, Stmts.Stmts, /*IsStmtExpr=*/false); in build() 14189 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 14563 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment() 14706 ActOnCompoundStmt(Loc, Loc, None, /*isStmtExpr=*/false).getAs<Stmt>()); in DefineImplicitCopyConstructor() 14832 MoveConstructor->setBody(ActOnCompoundStmt( in DefineImplicitMoveConstructor()
|
D | SemaStmt.cpp | 404 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
|
D | TreeTransform.h | 1262 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3348 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4469 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,
|