Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDModule.h453 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.cpp229 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp2169 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) || in shouldAddRequirement()
2170 M->fullModuleNameIs({"Tcl", "Private"}))) { in shouldAddRequirement()
2173 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) { in shouldAddRequirement()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp2428 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule)))) in getLocalOrImportedSubmoduleID()