| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 62 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, 104 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch 180 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths() 204 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 208 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 267 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths() 461 Init.AddPath(E.Path, E.Group, E.IsFramework, i); in ApplyHeaderSearchOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 343 void AddPath(StringRef Path) { in AddPath() function 344 return Writer->AddPath(Path, *Record); in AddPath()
|
| H A D | ASTWriter.h | 815 void AddPath(StringRef Path, RecordDataImpl &Record);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 307 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3489 Opts.AddPath(PrefixHeaderPath(A, IsFramework), frontend::Angled, in ParseHeaderSearchArgs() 3500 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs() 3502 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in ParseHeaderSearchArgs() 3506 Opts.AddPath(PrefixHeaderPath(A), frontend::After, false, true); in ParseHeaderSearchArgs() 3508 Opts.AddPath(PrefixHeaderPath(A), frontend::Quoted, false, true); in ParseHeaderSearchArgs() 3512 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs() 3516 Opts.AddPath(PrefixHeaderPath(A), frontend::System, false, true); in ParseHeaderSearchArgs() 3519 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs() 3521 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs() 3526 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1027 auto AddPath = [&](const ArrayRef<StringRef> &SS) { in getArchSpecificLibPaths() local 1035 AddPath({getTriple().str()}); in getArchSpecificLibPaths() 1036 AddPath({getOSLibName(), llvm::Triple::getArchTypeName(getArch())}); in getArchSpecificLibPaths()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 375 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1534 AddPath(WritingModule->PresumedModuleMapFile.empty() in WriteControlBlock() 1550 AddPath(F.getName(), Record); in WriteControlBlock() 2504 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WriteSourceManagerBlock() 5322 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 969 …ringRefENS_8frontend15IncludeDirGroupEbbb", "clang::HeaderSearchOptions::AddPath(llvm::StringRef, … 1148 …ontend15IncludeDirGroupEbbbb", "(anonymous namespace)::InitHeaderSearch::AddPath(llvm::Twine const…
|