Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp192 bool IsBaseFound = AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
203 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
243 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
269 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
284 AddPath(P, System, false); in AddDefaultCIncludePaths()
329 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
370 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
406 AddPath("/usr/include/c++/5.0", CXXSystem, false); in AddDefaultCPlusPlusIncludePaths()
454 AddPath("/Library/Frameworks", System, true); in AddDefaultIncludePaths()
462 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths()
[all …]
H A DCompilerInvocation.cpp3006 Opts.AddPath(Path, Group, IsFramework, in ParseHeaderSearchArgs()
3024 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
3026 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
3028 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs()
3031 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs()
3033 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs()
3038 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
3040 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()
3042 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs()
3044 Opts.AddPath(A->getValue(), frontend::ObjCXXSystem, false, true); in ParseHeaderSearchArgs()
[all …]
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp290 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
/freebsd-13.1/contrib/llvm-project/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