Home
last modified time | relevance | path

Searched refs:isPartOfFramework (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h625 bool isPartOfFramework() const { in isPartOfFramework() function
636 return IsFramework && Parent && Parent->isPartOfFramework(); in isSubFramework()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp223 if (M->isPartOfFramework()) in findHeader()
331 Mod->isPartOfFramework() || !Mod->IsSystem || Header.IsUmbrella || in resolveAsBuiltinHeader()
411 Module->IsSystem && !Module->isPartOfFramework() && in shouldImportRelativeToBuiltinIncludeDir()
1734 bool PartOfFramework = MD.Framework || Existing->isPartOfFramework(); in handleModuleDecl()