Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp957 Actions.ActOnStartOfCompoundStmt(); in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaStmt.cpp320 void Sema::ActOnStartOfCompoundStmt() { in ActOnStartOfCompoundStmt() function in Sema
/external/clang/include/clang/Sema/
DSema.h3346 void ActOnStartOfCompoundStmt();
3355 S.ActOnStartOfCompoundStmt(); in CompoundScopeRAII()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp384 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() function in Sema
/external/llvm-project/clang/include/clang/Sema/
DSema.h4466 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4476 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()