| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 468 if (RelativePath) { in LookupFile() 469 RelativePath->clear(); in LookupFile() 499 if (RelativePath) { in LookupFile() 500 RelativePath->clear(); in LookupFile() 656 if (RelativePath) { in DoFrameworkLookup() 657 RelativePath->clear(); in DoFrameworkLookup() 891 if (RelativePath) { in LookupFile() 892 RelativePath->clear(); in LookupFile() 960 if (RelativePath) { in LookupFile() 1234 if (RelativePath) { in LookupSubframeworkHeader() [all …]
|
| H A D | PPDirectives.cpp | 955 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 1023 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1041 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile() 1053 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1064 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2023 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2041 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2061 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2093 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 2198 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 | 475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | ModuleMap.cpp | 1105 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local 1107 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule() 1111 RelativePath); in inferFrameworkModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 199 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 | 497 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 535 StringRef RelativePath, const Module *Imported,
|
| H A D | Preprocessor.h | 2406 SmallVectorImpl<char> *RelativePath, 2676 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-14.2/contrib/llvm-project/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 | 156 StringRef RelativePath, const Module *Imported, 404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 101 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 256 StringRef RelativePath(File); in getAbsolutePath() local 258 RelativePath.consume_front("./"); in getAbsolutePath() 260 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 148 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 151 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 169 StringRef RelativePath, const Module *Imported,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 78 StringRef RelativePath, const Module *Imported,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 339 void getLocation(StringRef &RelativePath, unsigned &Line,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|