Searched defs:IsFramework (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h72 unsigned IsFramework : 1; member in struct:clang::HeaderSearchOptions::Entry
234 AddPath(StringRef Path, frontend::IncludeDirGroup Group, bool IsFramework, bool IgnoreSysRoot) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp37 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, bool IsFramework, bool IsExplicit, unsigned VisibilityID) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h366 LinkLibrary(const std::string &Library, bool IsFramework) argument
376 bool IsFramework = false; member in struct:clang::Module::LinkLibrary
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1595 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) { argument
1651 loadModuleMapFile(StringRef DirName, bool IsSystem, bool IsFramework) argument
1660 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1769 bool IsFramework = llvm::sys::path::extension(Dir->path()) == ".framework"; local
[all...]
H A DModuleMap.cpp816 findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, bool IsExplicit) argument
1112 createShadowedModule(StringRef Name, bool IsFramework, Module *ShadowingModule) argument
2594 bool IsFramework = false; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5509 bool IsFramework = Record[Idx++]; local
5840 bool IsFramework = Record[Idx++]; local
5842 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, local

Completed in 240 milliseconds