Home
last modified time | relevance | path

Searched refs:AllowDeclarationsInC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp234 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()
679 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()
742 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()
890 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
H A DParseOpenMP.cpp2659 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
2678 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h418 AllowDeclarationsInC = 0x1, enumerator
427 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,