Home
last modified time | relevance | path

Searched refs:ActOnCompoundStmt (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1040 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/
DParseStmt.cpp1161 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()
DParseOpenMP.cpp2417 Actions.ActOnCompoundStmt(Loc, Loc, llvm::None, in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10480 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()
DSemaStmt.cpp332 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
DTreeTransform.h1116 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8003 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()
DSemaStmt.cpp404 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
DTreeTransform.h1262 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
/external/clang/include/clang/Sema/
DSema.h3348 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,
/external/llvm-project/clang/include/clang/Sema/
DSema.h4469 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,