Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h568 bool isPartOfFramework() const { in isPartOfFramework() function
579 return IsFramework && Parent && Parent->isPartOfFramework(); in isSubFramework()
/src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp230 if (M->isPartOfFramework()) in findHeader()
337 Mod->isPartOfFramework() || !Mod->IsSystem || Header.IsUmbrella || in resolveAsBuiltinHeader()
423 Module->IsSystem && !Module->isPartOfFramework() && in shouldImportRelativeToBuiltinIncludeDir()
2070 bool PartOfFramework = Framework || Existing->isPartOfFramework(); in parseModuleDecl()