Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp260 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
305 if (Requested->fullModuleNameIs({"_Builtin_stddef", "max_align_t"}) || in directlyUses()
306 Requested->fullModuleNameIs({"_Builtin_stddef_wint_t"})) in directlyUses()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h662 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2318 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) || in shouldAddRequirement()
2319 M->fullModuleNameIs({"Tcl", "Private"}))) { in shouldAddRequirement()
2322 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) { in shouldAddRequirement()
2513 ActiveModule->fullModuleNameIs({"_Builtin_stddef", "max_align_t"})) in parseHeaderDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2871 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule)))) in getLocalOrImportedSubmoduleID()