| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | HeaderSearch.cpp | 378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 396 if (RelativePath) { in LookupFile() 397 RelativePath->clear(); in LookupFile() 398 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 426 if (RelativePath) { in LookupFile() 427 RelativePath->clear(); in LookupFile() 428 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 515 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 577 if (RelativePath) { in DoFrameworkLookup() [all …]
|
| D | PPDirectives.cpp | 812 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 871 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 889 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile() 906 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 921 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1821 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 1826 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1863 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1894 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 1998 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local [all …]
|
| D | PPLexerChange.cpp | 295 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 296 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 298 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| D | PreprocessingRecord.cpp | 485 StringRef RelativePath, in InclusionDirective() argument
|
| D | ModuleMap.cpp | 1043 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local 1045 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule() 1048 setUmbrellaHeader(Result, *UmbrellaHeader, ModuleName + ".h", RelativePath); in inferFrameworkModule()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | DirectoryLookup.h | 182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
|
| D | PPCallbacks.h | 129 StringRef RelativePath, in InclusionDirective() argument 444 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 448 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 451 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| D | HeaderSearch.h | 416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| D | PreprocessingRecord.h | 535 StringRef RelativePath, const Module *Imported,
|
| D | Preprocessor.h | 2018 SmallVectorImpl<char> *RelativePath, 2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 76 StringRef RelativePath, in InclusionDirective() argument
|
| D | ModuleDependencyCollector.cpp | 51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| D | DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| D | PrintPreprocessedOutput.cpp | 131 StringRef SearchPath, StringRef RelativePath, 333 StringRef RelativePath, in InclusionDirective() argument
|
| D | PrecompiledPreamble.cpp | 103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
| D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | DiagnosticInfo.cpp | 145 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 148 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| D | ModuleDepCollector.h | 154 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| D | ModuleDepCollector.cpp | 137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | InclusionRewriter.cpp | 80 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DiagnosticInfo.h | 389 void getLocation(StringRef &RelativePath, unsigned &Line,
|