Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp184 bool IsBaseFound = AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
195 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
231 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
257 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
271 AddPath(P, System, false); in AddDefaultCIncludePaths()
316 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
357 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
434 AddPath("/usr/include/c++/5.0", CXXSystem, false); in AddDefaultCPlusPlusIncludePaths()
471 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths()
483 AddPath("/Library/Frameworks", System, true); in AddDefaultIncludePaths()
[all …]
H A DCompilerInvocation.cpp1991 Opts.AddPath(Path, Group, IsFramework, in ParseHeaderSearchArgs()
2009 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
2011 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
2013 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs()
2016 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs()
2018 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs()
2023 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
2025 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()
2027 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs()
2029 Opts.AddPath(A->getValue(), frontend::ObjCXXSystem, false, true); in ParseHeaderSearchArgs()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h216 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h646 void AddPath(StringRef Path, RecordDataImpl &Record);
950 void AddPath(StringRef Path) { in AddPath() function
951 return Writer->AddPath(Path, *Record); in AddPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1527 AddPath(WritingModule->PresumedModuleMapFile.empty() in WriteControlBlock()
1537 AddPath(F->getName(), Record); in WriteControlBlock()
1567 AddPath(M.FileName, Record); in WriteControlBlock()
2387 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WriteSourceManagerBlock()
4522 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter