Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h582 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp235 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp2223 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) || in shouldAddRequirement()
2224 M->fullModuleNameIs({"Tcl", "Private"}))) { in shouldAddRequirement()
2227 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) { in shouldAddRequirement()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2673 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule)))) in getLocalOrImportedSubmoduleID()