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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h 238 unsigned IsExhaustive : 1;
245 : IsSystem(false), IsExternC(false), IsExhaustive(false),
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 998 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive;
1038 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive;
2635 if (Attrs.IsExhaustive && !ActiveModule->Parent) {
2925 Attrs.IsExhaustive = true;

Completed in 20 milliseconds