Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleMap.h173 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes()
182 unsigned IsExhaustive : 1; member
/external/clang/lib/Lex/
DModuleMap.cpp655 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive; in inferFrameworkModule()
692 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
2084 if (Attrs.IsExhaustive && !ActiveModule->Parent) { in parseConfigMacros()
2374 Attrs.IsExhaustive = true; in parseOptionalAttributes()