| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 478 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 497 if (RelativePath) { in LookupFile() 498 RelativePath->clear(); in LookupFile() 499 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 508 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 528 if (RelativePath) { in LookupFile() 529 RelativePath->clear(); in LookupFile() 530 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 623 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 685 if (RelativePath) { in DoFrameworkLookup() [all …]
|
| H A D | PPLexerChange.cpp | 313 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 314 computeRelativePath(FileMgr, *Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 316 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PPDirectives.cpp | 982 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 1050 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1068 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile() 1080 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1091 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2135 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2153 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2173 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2205 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 2310 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | ModuleMap.cpp | 1117 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local 1119 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule() 1123 RelativePath); in inferFrameworkModule()
|
| H A D | PreprocessingRecord.cpp | 472 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 180 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 189 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
|
| H A D | PPCallbacks.h | 173 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 528 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument 532 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 535 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | NoTrivialPPDirectiveTracer.h | 158 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | HeaderSearch.h | 511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 525 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 535 StringRef RelativePath,
|
| H A D | Preprocessor.h | 2513 SmallVectorImpl<char> *RelativePath, 2833 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /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 | HeaderIncludeGen.cpp | 145 StringRef RelativePath, const Module *SuggestedModule, 418 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 57 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 | 166 StringRef RelativePath, const Module *SuggestedModule, 486 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/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 | 71 SmallVectorImpl<char> &RelativePath);
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 253 StringRef RelativePath(File); in getAbsolutePath() local 255 RelativePath.consume_front("./"); in getAbsolutePath() 257 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 181 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 184 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 233 StringRef RelativePath, const Module *SuggestedModule,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 78 StringRef RelativePath, const Module *SuggestedModule,
|