Lines Matching defs:AddPath
62 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
114 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
186 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
188 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
190 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
209 AddPath("/usr/local/include", System, false);
235 AddPath(dir, ExternCSystem, false);
244 AddPath("/usr/include/w32api", System, false);
254 AddPath("/usr/include", ExternCSystem, false);
344 AddPath("/System/DriverKit/System/Library/Frameworks", System, true);
346 AddPath("/System/Library/Frameworks", System, true);
347 AddPath("/System/Library/SubFrameworks", System, true);
348 AddPath("/Library/Frameworks", System, true);
357 AddPath("/usr/include/c++/v1", CXXSystem, false);
553 Init.AddPath(E.Path, E.Group, E.IsFramework, i);