Searched refs:AddPath (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp57 /// AddPath - Add the specified path to the specified group list, prefixing
59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
121 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, function in class:InitHeaderSearch
187 AddPath(Base, CXXSystem, false);
193 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
195 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
198 AddPath(Base + "/backward", CXXSystem, false);
204 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
208 AddPath(Bas
[all...]
H A DCompilerInvocation.cpp947 Opts.AddPath((*it)->getValue(), Group,
961 Opts.AddPath(Prefix.str() + A->getValue(),
964 Opts.AddPath(Prefix.str() + A->getValue(),
970 Opts.AddPath((*it)->getValue(), frontend::After, false, true);
973 Opts.AddPath((*it)->getValue(), frontend::Quoted, false, true);
976 Opts.AddPath((*it)->getValue(), frontend::System, false,
980 Opts.AddPath((*it)->getValue(), frontend::System, true, true);
985 Opts.AddPath((*it)->getValue(), frontend::CSystem, false, true);
988 Opts.AddPath((*it)->getValue(), frontend::CXXSystem, false, true);
991 Opts.AddPath((*i
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h150 /// AddPath - Add the \p Path path to the specified \p Group list.
151 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, function in class:clang::HeaderSearchOptions

Completed in 53 milliseconds