Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DModuleMap.h238 unsigned IsExhaustive : 1; member
245 : IsSystem(false), IsExternC(false), IsExhaustive(false), in Attributes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DModuleMap.cpp998 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive; in inferFrameworkModule()
1038 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
2635 if (Attrs.IsExhaustive && !ActiveModule->Parent) { in parseConfigMacros()
2925 Attrs.IsExhaustive = true; in parseOptionalAttributes()