Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h515 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp237 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2202 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) || in shouldAddRequirement()
2203 M->fullModuleNameIs({"Tcl", "Private"}))) { in shouldAddRequirement()
2206 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) { in shouldAddRequirement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2490 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule)))) in getLocalOrImportedSubmoduleID()