Lines Matching refs:isFramework
65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
72 bool isFramework,
118 bool isFramework, in AddPath() argument
126 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework, in AddPath()
131 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
135 bool isFramework, in AddUnmappedPath() argument
162 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
169 if (!isFramework) { in AddUnmappedPath()
386 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
419 else if (CurEntry.isFramework()) in RemoveDuplicates()
531 else if (SearchList[i].Lookup.isFramework()) in Realize()