HomeSort by: relevance | last modified time | path
    Searched refs:AllowDeclarationsInC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 217 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) !=
626 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC;
688 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC;
836 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC;
ParseOpenMP.cpp 2297 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) ==
2316 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) ==
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 412 AllowDeclarationsInC = 0x1,
421 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,

Completed in 47 milliseconds