Lines Matching refs:AddPath
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch
186 AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
192 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
194 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
197 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
214 AddPath(Base + "/../../../include/c++/" + Version, in AddMinGW64CXXPaths()
216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32", in AddMinGW64CXXPaths()
218 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32", in AddMinGW64CXXPaths()
220 AddPath(Base + "/../../../include/c++/" + Version + "/backward", in AddMinGW64CXXPaths()
238 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
266 AddPath(*i, ExternCSystem, false); in AddDefaultCIncludePaths()
275 AddPath("/boot/common/include", System, false); in AddDefaultCIncludePaths()
276 AddPath("/boot/develop/headers/os", System, false); in AddDefaultCIncludePaths()
277 AddPath("/boot/develop/headers/os/app", System, false); in AddDefaultCIncludePaths()
278 AddPath("/boot/develop/headers/os/arch", System, false); in AddDefaultCIncludePaths()
279 AddPath("/boot/develop/headers/os/device", System, false); in AddDefaultCIncludePaths()
280 AddPath("/boot/develop/headers/os/drivers", System, false); in AddDefaultCIncludePaths()
281 AddPath("/boot/develop/headers/os/game", System, false); in AddDefaultCIncludePaths()
282 AddPath("/boot/develop/headers/os/interface", System, false); in AddDefaultCIncludePaths()
283 AddPath("/boot/develop/headers/os/kernel", System, false); in AddDefaultCIncludePaths()
284 AddPath("/boot/develop/headers/os/locale", System, false); in AddDefaultCIncludePaths()
285 AddPath("/boot/develop/headers/os/mail", System, false); in AddDefaultCIncludePaths()
286 AddPath("/boot/develop/headers/os/media", System, false); in AddDefaultCIncludePaths()
287 AddPath("/boot/develop/headers/os/midi", System, false); in AddDefaultCIncludePaths()
288 AddPath("/boot/develop/headers/os/midi2", System, false); in AddDefaultCIncludePaths()
289 AddPath("/boot/develop/headers/os/net", System, false); in AddDefaultCIncludePaths()
290 AddPath("/boot/develop/headers/os/storage", System, false); in AddDefaultCIncludePaths()
291 AddPath("/boot/develop/headers/os/support", System, false); in AddDefaultCIncludePaths()
292 AddPath("/boot/develop/headers/os/translation", System, false); in AddDefaultCIncludePaths()
293 AddPath("/boot/develop/headers/os/add-ons/graphics", System, false); in AddDefaultCIncludePaths()
294 AddPath("/boot/develop/headers/os/add-ons/input_server", System, false); in AddDefaultCIncludePaths()
295 AddPath("/boot/develop/headers/os/add-ons/screen_saver", System, false); in AddDefaultCIncludePaths()
296 AddPath("/boot/develop/headers/os/add-ons/tracker", System, false); in AddDefaultCIncludePaths()
297 AddPath("/boot/develop/headers/os/be_apps/Deskbar", System, false); in AddDefaultCIncludePaths()
298 AddPath("/boot/develop/headers/os/be_apps/NetPositive", System, false); in AddDefaultCIncludePaths()
299 AddPath("/boot/develop/headers/os/be_apps/Tracker", System, false); in AddDefaultCIncludePaths()
300 AddPath("/boot/develop/headers/cpp", System, false); in AddDefaultCIncludePaths()
301 AddPath("/boot/develop/headers/cpp/i586-pc-haiku", System, false); in AddDefaultCIncludePaths()
302 AddPath("/boot/develop/headers/3rdparty", System, false); in AddDefaultCIncludePaths()
303 AddPath("/boot/develop/headers/bsd", System, false); in AddDefaultCIncludePaths()
304 AddPath("/boot/develop/headers/glibc", System, false); in AddDefaultCIncludePaths()
305 AddPath("/boot/develop/headers/posix", System, false); in AddDefaultCIncludePaths()
306 AddPath("/boot/develop/headers", System, false); in AddDefaultCIncludePaths()
314 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
321 AddPath(P.str(), System, false); in AddDefaultCIncludePaths()
326 AddPath(P.str(), System, false); in AddDefaultCIncludePaths()
332 AddPath(P.str(), System, false); in AddDefaultCIncludePaths()
333 AddPath("/mingw/include", System, false); in AddDefaultCIncludePaths()
335 AddPath("c:/mingw/include", System, false); in AddDefaultCIncludePaths()
345 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
429 AddPath("/usr/include/c++/4.7", CXXSystem, false); in AddDefaultCPlusPlusIncludePaths()
431 AddPath("/usr/include/c++/4.4", CXXSystem, false); in AddDefaultCPlusPlusIncludePaths()
500 AddPath("/usr/include/c++/v1/support/solaris", CXXSystem, false); in AddDefaultIncludePaths()
502 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths()
513 AddPath("/System/Library/Frameworks", System, true); in AddDefaultIncludePaths()
514 AddPath("/Library/Frameworks", System, true); in AddDefaultIncludePaths()
691 Init.AddPath(E.Path, E.Group, E.IsFramework); in ApplyHeaderSearchOptions()