| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 471 if (RelativePath) { in LookupFile() 472 RelativePath->clear(); in LookupFile() 473 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 501 if (RelativePath) { in LookupFile() 502 RelativePath->clear(); in LookupFile() 503 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 591 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 653 if (RelativePath) { in DoFrameworkLookup() [all …]
|
| H A D | PPDirectives.cpp | 936 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 999 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1017 RelativePath, RequestingModule, SuggestedModule, IsMapped, 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() 2047 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 2151 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | PPLexerChange.cpp | 320 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 321 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 323 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PreprocessingRecord.cpp | 480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | ModuleMap.cpp | 1054 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local 1056 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule() 1059 setUmbrellaHeader(Result, *UmbrellaHeader, ModuleName + ".h", RelativePath); in inferFrameworkModule()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 186 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 195 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
|
| H A D | PPCallbacks.h | 141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 476 StringRef RelativePath, const Module *Imported, 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 | 532 StringRef RelativePath, const Module *Imported,
|
| H A D | Preprocessor.h | 2408 SmallVectorImpl<char> *RelativePath, 2677 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 52 StringRef RelativePath, const Module *Imported, 71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 58 StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
| H A D | DependencyFile.cpp | 69 StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 150 StringRef RelativePath, const Module *Imported, 394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 101 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 248 StringRef RelativePath(File); in getAbsolutePath() local 250 if (RelativePath.startswith("./")) { in getAbsolutePath() 251 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 254 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 105 StringRef RelativePath, const Module *Imported,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 150 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 157 StringRef RelativePath, const Module *Imported,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 78 StringRef RelativePath, const Module *Imported,
|
| /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/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 339 void getLocation(StringRef &RelativePath, unsigned &Line,
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 266 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|