| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 396 if (RelativePath) { in LookupFile() 397 RelativePath->clear(); in LookupFile() 426 if (RelativePath) { in LookupFile() 427 RelativePath->clear(); in LookupFile() 577 if (RelativePath) { in DoFrameworkLookup() 578 RelativePath->clear(); in DoFrameworkLookup() 781 if (RelativePath) { in LookupFile() 782 RelativePath->clear(); in LookupFile() 851 if (RelativePath) { in LookupFile() 1102 if (RelativePath) { in LookupSubframeworkHeader() [all …]
|
| H A 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() 1894 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport() 1998 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local 2023 LookupFilename, RelativePath, SearchPath, SuggestedModule, isAngled); in HandleHeaderIncludeOrImport() [all …]
|
| H A D | PPLexerChange.cpp | 295 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 296 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 298 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PreprocessingRecord.cpp | 485 StringRef RelativePath, in InclusionDirective() argument
|
| H A 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-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
|
| H A 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()
|
| H A D | HeaderSearch.h | 416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 535 StringRef RelativePath, const Module *Imported,
|
| H A D | Preprocessor.h | 2018 SmallVectorImpl<char> *RelativePath, 2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 76 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| H A D | DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 131 StringRef SearchPath, StringRef RelativePath, 333 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 145 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 148 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 154 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 80 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 389 void getLocation(StringRef &RelativePath, unsigned &Line,
|