Lines Matching refs:isFramework
57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
63 bool isFramework);
116 bool isFramework) { in AddPath() argument
123 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework); in AddPath()
127 return AddUnmappedPath(Path, Group, isFramework); in AddPath()
131 bool isFramework) { in AddUnmappedPath() argument
158 std::make_pair(Group, DirectoryLookup(*DE, Type, isFramework))); in AddUnmappedPath()
164 if (!isFramework) { in AddUnmappedPath()
485 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
518 else if (CurEntry.isFramework()) in RemoveDuplicates()
609 else if (SearchList[i].isFramework()) in Realize()