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