Home
last modified time | relevance | path

Searched refs:RelativePath (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp468 if (RelativePath) { in LookupFile()
469 RelativePath->clear(); in LookupFile()
499 if (RelativePath) { in LookupFile()
500 RelativePath->clear(); in LookupFile()
656 if (RelativePath) { in DoFrameworkLookup()
657 RelativePath->clear(); in DoFrameworkLookup()
891 if (RelativePath) { in LookupFile()
892 RelativePath->clear(); in LookupFile()
960 if (RelativePath) { in LookupFile()
1234 if (RelativePath) { in LookupSubframeworkHeader()
[all …]
H A DPPDirectives.cpp955 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
1023 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1041 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile()
1053 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
1064 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile()
2023 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
2041 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2061 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2093 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
2198 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[all …]
H A DPPLexerChange.cpp320 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
321 computeRelativePath(FileMgr, *Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
323 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleMap.cpp1105 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local
1107 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule()
1111 RelativePath); in inferFrameworkModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
199 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
H A DPPCallbacks.h141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
476 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
479 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
482 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h497 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
H A DPreprocessor.h2406 SmallVectorImpl<char> *RelativePath,
2676 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef RelativePath, const Module *Imported,
71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp58 StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DDependencyFile.cpp69 StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp156 StringRef RelativePath, const Module *Imported,
404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp101 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef RelativePath, const Module *Imported,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp256 StringRef RelativePath(File); in getAbsolutePath() local
258 RelativePath.consume_front("./"); in getAbsolutePath()
260 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp148 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
151 RelativePath = Loc.getRelativePath(); in getLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h169 StringRef RelativePath, const Module *Imported,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef RelativePath, const Module *Imported,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h339 void getLocation(StringRef &RelativePath, unsigned &Line,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument