| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 492 if (RelativePath) { in LookupFile() 493 RelativePath->clear(); in LookupFile() 494 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 523 if (RelativePath) { in LookupFile() 524 RelativePath->clear(); in LookupFile() 525 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 618 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 680 if (RelativePath) { in DoFrameworkLookup() [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 | PPDirectives.cpp | 956 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 1024 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1042 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile() 1054 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1065 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2101 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2119 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2139 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2171 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 2276 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | PreprocessingRecord.cpp | 475 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | ModuleMap.cpp | 1104 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local 1106 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule() 1110 RelativePath); in inferFrameworkModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 52 StringRef RelativePath, const Module *SuggestedModule, 76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 58 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
| H A D | DependencyFile.cpp | 82 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 167 StringRef RelativePath, const Module *SuggestedModule, 487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 102 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 77 SmallVectorImpl<char> &RelativePath) { in make_relative() argument 105 RelativePath.swap(Result); in make_relative()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 527 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument 531 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 534 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 514 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 528 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 535 StringRef RelativePath,
|
| H A D | Preprocessor.h | 2438 SmallVectorImpl<char> *RelativePath, 2741 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 105 StringRef RelativePath, const Module *SuggestedModule,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Utils.h | 69 SmallVectorImpl<char> &RelativePath);
|
| /freebsd/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/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/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 176 StringRef RelativePath, const Module *SuggestedModule,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 78 StringRef RelativePath, const Module *SuggestedModule,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 339 void getLocation(StringRef &RelativePath, unsigned &Line,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 468 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|