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 51 unsigned IsFramework : 1;
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
60 : Path(path), Group(group), IsFramework(isFramework),
188 bool IsFramework, bool IgnoreSysRoot) {
189 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /external/clang/include/clang/Basic/
Module.h 168 unsigned IsFramework : 1;
261 LinkLibrary() : IsFramework(false) { }
262 LinkLibrary(const std::string &Library, bool IsFramework)
263 : Library(Library), IsFramework(IsFramework) { }
272 bool IsFramework;
310 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
346 if (Mod->IsFramework)
355 return IsFramework && Parent && Parent->isPartOfFramework();
  /external/clang/lib/Lex/
HeaderSearch.cpp 175 if (SearchDirs[Idx].isFramework()) {
199 /*IsFramework*/false) == LMM_NewlyLoaded) {
213 /*IsFramework*/false) == LMM_NewlyLoaded){
247 if (isFramework())
306 if (isFramework())
    [all...]
ModuleMap.cpp 307 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
387 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
405 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
550 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
558 IsFramework, IsExplicit, NumCreatedModules++);
577 assert(Mod->IsFramework && "Can only infer linking for framework modules");
593 /*IsFramework=*/true));
692 /*IsFramework=*/true, /*IsExplicit=*/false,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1857 milliseconds