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

/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h50 unsigned IsFramework : 1; member in struct:clang::HeaderSearchOptions::Entry
59 : Path(path), Group(group), IsFramework(isFramework),
149 bool IsFramework, bool IgnoreSysRoot) {
150 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
148 AddPath(StringRef Path, frontend::IncludeDirGroup Group, bool IsFramework, bool IgnoreSysRoot) argument
/external/clang/lib/Basic/
H A DModule.cpp26 bool IsFramework, bool IsExplicit)
29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
265 if (IsFramework)
368 if (LinkLibraries[I].IsFramework)
25 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/include/clang/Basic/
H A DModule.h107 unsigned IsFramework : 1;
189 LinkLibrary() : IsFramework(false) { }
190 LinkLibrary(const std::string &Library, bool IsFramework) argument
191 : Library(Library), IsFramework(IsFramework) { }
200 bool IsFramework; member in struct:clang::Module::LinkLibrary
238 bool IsFramework)
240 IsAvailable(true), IsFromModuleFile(false), IsFramework(IsFramework),
248 bool IsFramework, boo
237 Module(StringRef Name, SourceLocation DefinitionLoc, bool IsFramework) argument
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp234 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
250 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
381 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, argument
388 Module *Result = new Module(Name, SourceLocation(), Parent, IsFramework,
428 assert(Mod->IsFramework && "Can only infer linking for framework modules");
437 /*IsFramework=*/true));
520 /*IsFramework=*/true, /*IsExplicit=*/false);
1265 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() &&
1318 if (Mod->IsFramework)
1564 bool IsFramework local
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp3665 bool IsFramework = Record[2]; local
3680 IsFramework,
4052 bool IsFramework = Record[Idx++]; local
4055 HeaderSearchOptions::Entry(Path, Group, IsFramework, IgnoreSysRoot));

Completed in 273 milliseconds