Lines Matching refs:isFramework
64 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
71 bool isFramework,
125 bool isFramework, in AddPath() argument
133 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework, in AddPath()
138 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
142 bool isFramework, in AddUnmappedPath() argument
169 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
176 if (!isFramework) { in AddUnmappedPath()
500 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
533 else if (CurEntry.isFramework()) in RemoveDuplicates()
646 else if (SearchList[i].Lookup.isFramework()) in Realize()