Home
last modified time | relevance | path

Searched refs:fullModuleNameIs (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DModule.h364 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
/external/clang/lib/Basic/
DModule.cpp143 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
/external/clang/lib/Lex/
DModuleMap.cpp1631 if (Feature == "excluded" && (M->fullModuleNameIs(DarwinCExcluded) || in shouldAddRequirement()
1632 M->fullModuleNameIs(TclPrivate))) { in shouldAddRequirement()
1635 } else if (Feature == "cplusplus" && M->fullModuleNameIs(IOKitAVC)) { in shouldAddRequirement()