Home | History | Annotate | Download | only in Frontend

Lines Matching refs:AddPath

57   /// AddPath - Add the specified path to the specified group list, prefixing
59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
116 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
182 AddPath(Base, CXXSystem, false);
188 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
190 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
193 AddPath(Base + "/backward", CXXSystem, false);
199 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
201 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
227 AddPath("/usr/local/include", System, false);
253 AddPath(dir, ExternCSystem, false);
265 AddPath(P, System, false);
270 AddPath("/boot/system/non-packaged/develop/headers", System, false);
271 AddPath("/boot/system/develop/headers/os", System, false);
272 AddPath("/boot/system/develop/headers/os/app", System, false);
273 AddPath("/boot/system/develop/headers/os/arch", System, false);
274 AddPath("/boot/system/develop/headers/os/device", System, false);
275 AddPath("/boot/system/develop/headers/os/drivers", System, false);
276 AddPath("/boot/system/develop/headers/os/game", System, false);
277 AddPath("/boot/system/develop/headers/os/interface", System, false);
278 AddPath("/boot/system/develop/headers/os/kernel", System, false);
279 AddPath("/boot/system/develop/headers/os/locale", System, false);
280 AddPath("/boot/system/develop/headers/os/mail", System, false);
281 AddPath("/boot/system/develop/headers/os/media", System, false);
282 AddPath("/boot/system/develop/headers/os/midi", System, false);
283 AddPath("/boot/system/develop/headers/os/midi2", System, false);
284 AddPath("/boot/system/develop/headers/os/net", System, false);
285 AddPath("/boot/system/develop/headers/os/opengl", System, false);
286 AddPath("/boot/system/develop/headers/os/storage", System, false);
287 AddPath("/boot/system/develop/headers/os/support", System, false);
288 AddPath("/boot/system/develop/headers/os/translation", System, false);
289 AddPath("/boot/system/develop/headers/os/add-ons/graphics", System, false);
290 AddPath("/boot/system/develop/headers/os/add-ons/input_server", System, false);
291 AddPath("/boot/system/develop/headers/os/add-ons/mail_daemon", System, false);
292 AddPath("/boot/system/develop/headers/os/add-ons/registrar", System, false);
293 AddPath("/boot/system/develop/headers/os/add-ons/screen_saver", System, false);
294 AddPath("/boot/system/develop/headers/os/add-ons/tracker", System, false);
295 AddPath("/boot/system/develop/headers/os/be_apps/Deskbar", System, false);
296 AddPath("/boot/system/develop/headers/os/be_apps/NetPositive", System, false);
297 AddPath("/boot/system/develop/headers/os/be_apps/Tracker", System, false);
298 AddPath("/boot/system/develop/headers/3rdparty", System, false);
299 AddPath("/boot/system/develop/headers/bsd", System, false);
300 AddPath("/boot/system/develop/headers/glibc", System, false);
301 AddPath("/boot/system/develop/headers/posix", System, false);
302 AddPath("/boot/system/develop/headers", System, false);
310 AddPath("/usr/include/w32api", System, false);
327 // <isysroot> gets prepended later in AddPath().
344 AddPath(BaseSDKPath + "/target/include", System, false);
346 AddPath(BaseSDKPath + "/target/include_common", System, false);
349 AddPath("/usr/include", ExternCSystem, false);
415 AddPath("/usr/include/c++/5.0", CXXSystem, false);
474 AddPath("/usr/include/c++/v1", CXXSystem, false);
485 AddPath("/System/Library/Frameworks", System, true);
486 AddPath("/Library/Frameworks", System, true);
657 Init.AddPath(E.Path, E.Group, E.IsFramework);