Home
last modified time | relevance | path

Searched refs:AddPath (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
115 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch
188 bool IsBaseFound = AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
194 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
196 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
199 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
208 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
210 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
239 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
[all …]
H A DCompilerInvocation.cpp3009 Opts.AddPath(Path, Group, IsFramework, in ParseHeaderSearchArgs()
3021 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
3023 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in ParseHeaderSearchArgs()
3027 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
3029 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
3031 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs()
3034 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs()
3036 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs()
3041 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
3043 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h287 void AddPath(StringRef Path) { in AddPath() function
288 return Writer->AddPath(Path, *Record); in AddPath()
H A DASTWriter.h662 void AddPath(StringRef Path, RecordDataImpl &Record);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc393 HSO.AddPath(Path, frontend::Angled, false, true); in add_path()
404 HSO.AddPath(Path, frontend::Angled, true, false, false); in add_path()
H A Disl_config.h.in3 /* Define if HeaderSearchOptions::AddPath takes 4 arguments */
H A Dconfigure20367 HSO.AddPath("", frontend::Angled, false, false);
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4167 HSO.AddPath("", frontend::Angled, false, false);
169 [Define if HeaderSearchOptions::AddPath takes 4 arguments])])
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1185 AddPath(WritingModule->PresumedModuleMapFile.empty() in WriteControlBlock()
1195 AddPath(F->getName(), Record); in WriteControlBlock()
1225 AddPath(M.FileName, Record); in WriteControlBlock()
2096 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WriteSourceManagerBlock()
4211 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter