HomeSort by relevance Sort by last modified time
    Searched defs:IsFramework (Results 1 - 5 of 5) 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),
182 bool IsFramework, bool IgnoreSysRoot) {
183 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
  /external/clang/include/clang/Basic/
Module.h 143 unsigned IsFramework : 1;
242 LinkLibrary() : IsFramework(false) { }
243 LinkLibrary(const std::string &Library, bool IsFramework)
244 : Library(Library), IsFramework(IsFramework) { }
253 bool IsFramework;
291 bool IsFramework, bool IsExplicit);
327 if (Mod->IsFramework)
336 return IsFramework && Parent && Parent->isPartOfFramework();
  /external/clang/lib/Lex/
HeaderSearch.cpp 166 if (SearchDirs[Idx].isFramework()) {
190 /*IsFramework*/false) == LMM_NewlyLoaded) {
204 /*IsFramework*/false) == LMM_NewlyLoaded){
238 if (isFramework())
305 if (isFramework())
    [all...]
ModuleMap.cpp 310 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
398 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
416 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
558 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
566 IsFramework, IsExplicit);
585 assert(Mod->IsFramework && "Can only infer linking for framework modules");
594 /*IsFramework=*/true));
696 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 235 milliseconds