Home
last modified time | relevance | path

Searched refs:ActOnCompoundStmt (Results 1 – 5 of 5) 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/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/clang/include/clang/Sema/
DSema.h3348 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,