Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h515 bool isSubFramework() const { in isSubFramework() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp923 assert(!Mod->isSubFramework() && in inferFrameworkLink()
1117 if (!Result->isSubFramework()) { in inferFrameworkModule()
2138 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() && in parseModuleDecl()