|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 4050 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,
References
tools/clang/lib/Parse/ParseOpenMP.cpp 1851 Actions.ActOnCompoundStmt(Loc, Loc, llvm::None,
tools/clang/lib/Parse/ParseStmt.cpp 1133 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc,
2097 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false);
2134 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false);
tools/clang/lib/Sema/SemaDeclCXX.cpp12635 Body = ActOnCompoundStmt(Loc, Loc, Statements,
13007 Body = ActOnCompoundStmt(Loc, Loc, Statements,
13148 ActOnCompoundStmt(Loc, Loc, None, /*isStmtExpr=*/false).getAs<Stmt>());
13272 MoveConstructor->setBody(ActOnCompoundStmt(
tools/clang/lib/Sema/TreeTransform.h 1225 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,