HomeSort by relevance Sort by last modified time
    Searched defs:IsFramework (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 50 unsigned IsFramework : 1;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
59 : Path(path), Group(group), IsFramework(isFramework),
149 bool IsFramework, bool IgnoreSysRoot) {
150 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
  /external/clang/include/clang/Basic/
Module.h 107 unsigned IsFramework : 1;
189 LinkLibrary() : IsFramework(false) { }
190 LinkLibrary(const std::string &Library, bool IsFramework)
191 : Library(Library), IsFramework(IsFramework) { }
200 bool IsFramework;
238 bool IsFramework)
240 IsAvailable(true), IsFromModuleFile(false), IsFramework(IsFramework),
248 bool IsFramework, bool IsExplicit)
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 234 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
250 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
381 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
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);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 103 milliseconds