Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp960 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2463 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionStatementBody()
2500 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionTryBlock()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp9502 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment()
9934 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
10097 CopyConstructor->setBody(ActOnCompoundStmt( in DefineImplicitCopyConstructor()
10259 MoveConstructor->setBody(ActOnCompoundStmt( in DefineImplicitMoveConstructor()
DSemaStmt.cpp294 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
DTreeTransform.h1049 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2856 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,