Lines Matching refs:Group
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() argument
128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework); in AddPath()
133 AddUnmappedPath(Path, Group, isFramework); in AddPath()
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath() argument
146 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
148 } else if (Group == ExternCSystem) { in AddUnmappedPath()
157 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework))); in AddUnmappedPath()
168 std::make_pair(Group, in AddUnmappedPath()
169 DirectoryLookup(HM, Type, Group == IndexHeaderMap))); in AddUnmappedPath()
703 Init.AddUnmappedPath(E.Path, E.Group, E.IsFramework); in ApplyHeaderSearchOptions()
705 Init.AddPath(E.Path, E.Group, E.IsFramework); in ApplyHeaderSearchOptions()