Home
last modified time | relevance | path

Searched defs:IsFramework (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h72 unsigned IsFramework : 1; member
235 bool IsFramework, bool IgnoreSysRoot) { in AddPath()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1595 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) { in lookupModuleMapFile()
1652 bool IsFramework) { in loadModuleMapFile()
1661 bool IsFramework) { in loadModuleMapFile()
1769 bool IsFramework = llvm::sys::path::extension(Dir->path()) == ".framework"; in loadSubdirectoryModuleMaps() local
H A DModuleMap.cpp818 bool IsFramework, in findOrCreateModule()
1112 Module *ModuleMap::createShadowedModule(StringRef Name, bool IsFramework, in createShadowedModule()
2594 bool IsFramework = false; in parseLinkDecl() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h264 unsigned IsFramework : 1; variable
376 bool IsFramework = false; member
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp38 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2842 llvm::Optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs()
2999 bool IsFramework = A->getOption().matches(OPT_F); in ParseHeaderSearchArgs() local
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5509 bool IsFramework = Record[Idx++]; in ReadSubmoduleBlock() local
5840 bool IsFramework = Record[Idx++]; in ParseHeaderSearchOptions() local