| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 466 if (SearchPath) { in LookupFile() 468 SearchPath->clear(); in LookupFile() 469 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 496 if (SearchPath) { in LookupFile() 498 SearchPath->clear(); in LookupFile() 499 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 590 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 663 if (SearchPath) { in DoFrameworkLookup() [all …]
|
| H A D | PPDirectives.cpp | 935 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 999 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1016 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 1034 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1049 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1994 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 1998 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2016 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2046 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2150 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | PreprocessingRecord.cpp | 480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 151 StringRef SearchPath; in addDependency() local 157 SearchPath = TmpPath.str(); in addDependency() 159 SearchPath = Filename; in addDependency() 162 if (Seen.insert(SearchPath).second) { in addDependency()
|
| H A D | DependencyGraph.cpp | 51 OptionalFileEntryRef File, StringRef SearchPath, 71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 149 OptionalFileEntryRef File, StringRef SearchPath, 394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 185 SmallVectorImpl<char> *SearchPath, 194 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument 479 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 482 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 486 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 500 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 531 OptionalFileEntryRef File, StringRef SearchPath,
|
| H A D | Preprocessor.h | 2407 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2677 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 104 OptionalFileEntryRef File, StringRef SearchPath,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 156 OptionalFileEntryRef File, StringRef SearchPath,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 77 OptionalFileEntryRef File, StringRef SearchPath,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1685 for (StringRef SearchPath : in addLibraries() 1689 LibPath.reserve(SearchPath.size() + strlen("lib") + LL.LibName.size() + in addLibraries() 1691 llvm::copy(SearchPath, std::back_inserter(LibPath)); in addLibraries()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 329 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 265 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 740 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob() argument 743 llvm::sys::path::append(P, SearchPath); in ConstructJob()
|