| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 353 if (RelativePath) { in LookupFile() 354 RelativePath->clear(); in LookupFile() 396 if (RelativePath) { in LookupFile() 397 RelativePath->clear(); in LookupFile() 523 if (RelativePath) { in DoFrameworkLookup() 524 RelativePath->clear(); in DoFrameworkLookup() 716 if (RelativePath) { in LookupFile() 717 RelativePath->clear(); in LookupFile() 786 if (RelativePath) { in LookupFile() 1024 if (RelativePath) { in LookupSubframeworkHeader() [all …]
|
| H A D | PPDirectives.cpp | 662 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 720 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 737 RelativePath, RequestingModule, SuggestedModule, IsMapped, SkipCache, in LookupFile() 754 SearchPath, RelativePath, in LookupFile() 770 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1745 SmallString<1024> RelativePath; in HandleIncludeDirective() local 1760 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1793 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped); in HandleIncludeDirective() 1829 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped); in HandleIncludeDirective() 1966 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
|
| H A D | PPLexerChange.cpp | 292 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 293 computeRelativePath(FileMgr, Dir, Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 295 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PreprocessingRecord.cpp | 473 StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 180 SmallVectorImpl<char> *RelativePath, 191 SmallVectorImpl<char> *RelativePath,
|
| H A D | PPCallbacks.h | 131 StringRef RelativePath, in InclusionDirective() argument 380 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 384 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 387 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 398 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 410 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 536 StringRef RelativePath, const Module *Imported,
|
| H A D | Preprocessor.h | 1856 SmallVectorImpl<char> *RelativePath,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 77 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | DependencyFile.cpp | 64 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 198 StringRef SearchPath, StringRef RelativePath, 323 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 52 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 132 StringRef SearchPath, StringRef RelativePath, 332 StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 204 StringRef RelativePath(File); in getAbsolutePath() local 206 if (RelativePath.startswith("./")) { in getAbsolutePath() 207 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 210 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 106 StringRef SearchPath, StringRef RelativePath,
|
| H A D | MacroPPCallbacks.cpp | 172 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 150 RelativePath = Loc.getRelativePath(); in getLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 79 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 385 void getLocation(StringRef &RelativePath, unsigned &Line,
|