HomeSort by relevance Sort by last modified time
    Searched defs:IsFramework (Results 1 - 6 of 6) 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 166 unsigned IsFramework : 1;
259 LinkLibrary() : IsFramework(false) { }
260 LinkLibrary(const std::string &Library, bool IsFramework)
261 : Library(Library), IsFramework(IsFramework) { }
270 bool IsFramework;
308 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
344 if (Mod->IsFramework)
353 return IsFramework && Parent && Parent->isPartOfFramework();
  /external/clang/lib/Lex/
HeaderSearch.cpp 174 if (SearchDirs[Idx].isFramework()) {
198 /*IsFramework*/false) == LMM_NewlyLoaded) {
212 /*IsFramework*/false) == LMM_NewlyLoaded){
246 if (isFramework())
307 if (isFramework())
    [all...]
ModuleMap.cpp 301 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
381 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
399 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
544 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
552 IsFramework, IsExplicit, NumCreatedModules++);
565 assert(Mod->IsFramework && "Can only infer linking for framework modules");
581 /*IsFramework=*/true));
680 /*IsFramework=*/true, /*IsExplicit=*/false,
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 3913 milliseconds