Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp237 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()
697 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()
766 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()
909 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
H A DParseOpenMP.cpp2671 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
2690 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h423 AllowDeclarationsInC = 0x1, enumerator
432 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,