Home
last modified time | relevance | path

Searched refs:IsExhaustive (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DModuleMap.h160 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes()
169 unsigned IsExhaustive : 1; member
/external/clang/lib/Lex/
DModuleMap.cpp667 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive; in inferFrameworkModule()
703 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
2078 if (Attrs.IsExhaustive && !ActiveModule->Parent) { in parseConfigMacros()
2367 Attrs.IsExhaustive = true; in parseOptionalAttributes()