Lines Matching full:addpath
56 /// AddPath - Add the specified path to the specified group list, prefixing
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
181 AddPath(Base, CXXSystem, false);
187 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
189 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
192 AddPath(Base + "/backward", CXXSystem, false);
198 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
200 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
202 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
226 AddPath("/usr/local/include", System, false);
252 AddPath(dir, ExternCSystem, false);
264 AddPath(P, System, false);
269 AddPath("/boot/common/include", System, false);
270 AddPath("/boot/develop/headers/os", System, false);
271 AddPath("/boot/develop/headers/os/app", System, false);
272 AddPath("/boot/develop/headers/os/arch", System, false);
273 AddPath("/boot/develop/headers/os/device", System, false);
274 AddPath("/boot/develop/headers/os/drivers", System, false);
275 AddPath("/boot/develop/headers/os/game", System, false);
276 AddPath("/boot/develop/headers/os/interface", System, false);
277 AddPath("/boot/develop/headers/os/kernel", System, false);
278 AddPath("/boot/develop/headers/os/locale", System, false);
279 AddPath("/boot/develop/headers/os/mail", System, false);
280 AddPath("/boot/develop/headers/os/media", System, false);
281 AddPath("/boot/develop/headers/os/midi", System, false);
282 AddPath("/boot/develop/headers/os/midi2", System, false);
283 AddPath("/boot/develop/headers/os/net", System, false);
284 AddPath("/boot/develop/headers/os/storage", System, false);
285 AddPath("/boot/develop/headers/os/support", System, false);
286 AddPath("/boot/develop/headers/os/translation", System, false);
287 AddPath("/boot/develop/headers/os/add-ons/graphics", System, false);
288 AddPath("/boot/develop/headers/os/add-ons/input_server", System, false);
289 AddPath("/boot/develop/headers/os/add-ons/screen_saver", System, false);
290 AddPath("/boot/develop/headers/os/add-ons/tracker", System, false);
291 AddPath("/boot/develop/headers/os/be_apps/Deskbar", System, false);
292 AddPath("/boot/develop/headers/os/be_apps/NetPositive", System, false);
293 AddPath("/boot/develop/headers/os/be_apps/Tracker", System, false);
294 AddPath("/boot/develop/headers/cpp", System, false);
295 AddPath("/boot/develop/headers/cpp/i586-pc-haiku", System, false);
296 AddPath("/boot/develop/headers/3rdparty", System, false);
297 AddPath("/boot/develop/headers/bsd", System, false);
298 AddPath("/boot/develop/headers/glibc", System, false);
299 AddPath("/boot/develop/headers/posix", System, false);
300 AddPath("/boot/develop/headers", System, false);
308 AddPath("/usr/include/w32api", System, false);
325 // <isysroot> gets prepended later in AddPath().
342 AddPath(BaseSDKPath + "/target/include", System, false);
344 AddPath(BaseSDKPath + "/target/include_common", System, false);
347 AddPath("/usr/include", ExternCSystem, false);
414 AddPath("/usr/include/c++/4.7", CXXSystem, false);
416 AddPath("/usr/include/c++/4.4", CXXSystem, false);
475 AddPath("/usr/include/c++/v1", CXXSystem, false);
486 AddPath("/System/Library/Frameworks", System, true);
487 AddPath("/Library/Frameworks", System, true);
658 Init.AddPath(E.Path, E.Group, E.IsFramework);