Home | History | Annotate | Download | only in Frontend

Lines Matching defs:AddPath

56   /// AddPath - Add the specified path to the specified group list, prefixing
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
186 AddPath(Base, CXXSystem, false);
192 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
194 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
197 AddPath(Base + "/backward", CXXSystem, false);
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
214 AddPath(Base + "/../../../include/c++/" + Version,
216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
218 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32",
220 AddPath(Base + "/../../../include/c++/" + Version + "/backward",
237 AddPath("/usr/local/include", System, false);
265 AddPath(*i, ExternCSystem, false);
274 AddPath("/boot/common/include", System, false);
275 AddPath("/boot/develop/headers/os", System, false);
276 AddPath("/boot/develop/headers/os/app", System, false);
277 AddPath("/boot/develop/headers/os/arch", System, false);
278 AddPath("/boot/develop/headers/os/device", System, false);
279 AddPath("/boot/develop/headers/os/drivers", System, false);
280 AddPath("/boot/develop/headers/os/game", System, false);
281 AddPath("/boot/develop/headers/os/interface", System, false);
282 AddPath("/boot/develop/headers/os/kernel", System, false);
283 AddPath("/boot/develop/headers/os/locale", System, false);
284 AddPath("/boot/develop/headers/os/mail", System, false);
285 AddPath("/boot/develop/headers/os/media", System, false);
286 AddPath("/boot/develop/headers/os/midi", System, false);
287 AddPath("/boot/develop/headers/os/midi2", System, false);
288 AddPath("/boot/develop/headers/os/net", System, false);
289 AddPath("/boot/develop/headers/os/storage", System, false);
290 AddPath("/boot/develop/headers/os/support", System, false);
291 AddPath("/boot/develop/headers/os/translation", System, false);
292 AddPath("/boot/develop/headers/os/add-ons/graphics", System, false);
293 AddPath("/boot/develop/headers/os/add-ons/input_server", System, false);
294 AddPath("/boot/develop/headers/os/add-ons/screen_saver", System, false);
295 AddPath("/boot/develop/headers/os/add-ons/tracker", System, false);
296 AddPath("/boot/develop/headers/os/be_apps/Deskbar", System, false);
297 AddPath("/boot/develop/headers/os/be_apps/NetPositive", System, false);
298 AddPath("/boot/develop/headers/os/be_apps/Tracker", System, false);
299 AddPath("/boot/develop/headers/cpp", System, false);
300 AddPath("/boot/develop/headers/cpp/i586-pc-haiku", System, false);
301 AddPath("/boot/develop/headers/3rdparty", System, false);
302 AddPath("/boot/develop/headers/bsd", System, false);
303 AddPath("/boot/develop/headers/glibc", System, false);
304 AddPath("/boot/develop/headers/posix", System, false);
305 AddPath("/boot/develop/headers", System, false);
313 AddPath("/usr/include/w32api", System, false);
320 AddPath(P.str(), System, false);
325 AddPath(P.str(), System, false);
331 AddPath(P.str(), System, false);
332 AddPath("/mingw/include", System, false);
334 AddPath("c:/mingw/include", System, false);
344 AddPath("/usr/include", ExternCSystem, false);
429 AddPath("/usr/include/c++/4.7", CXXSystem, false);
431 AddPath("/usr/include/c++/4.4", CXXSystem, false);
503 AddPath("/usr/include/c++/v1/support/solaris", CXXSystem, false);
505 AddPath("/usr/include/c++/v1", CXXSystem, false);
516 AddPath("/System/Library/Frameworks", System, true);
517 AddPath("/Library/Frameworks", System, true);
694 Init.AddPath(E.Path, E.Group, E.IsFramework);