Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
492 if (RelativePath) { in LookupFile()
493 RelativePath->clear(); in LookupFile()
494 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
523 if (RelativePath) { in LookupFile()
524 RelativePath->clear(); in LookupFile()
525 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
618 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
680 if (RelativePath) { in DoFrameworkLookup()
[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 DPPDirectives.cpp956 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
1024 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1042 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile()
1054 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
1065 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile()
2101 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
2119 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2139 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2171 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
2276 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[all …]
H A DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DModuleMap.cpp1104 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local
1106 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule()
1110 RelativePath); in inferFrameworkModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef RelativePath, const Module *SuggestedModule,
76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp58 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DDependencyFile.cpp82 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp167 StringRef RelativePath, const Module *SuggestedModule,
487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp102 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp77 SmallVectorImpl<char> &RelativePath) { in make_relative() argument
105 RelativePath.swap(Result); in make_relative()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
527 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
531 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
534 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h514 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
528 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h535 StringRef RelativePath,
H A DPreprocessor.h2438 SmallVectorImpl<char> *RelativePath,
2741 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef RelativePath, const Module *SuggestedModule,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DUtils.h69 SmallVectorImpl<char> &RelativePath);
/freebsd/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/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/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h176 StringRef RelativePath, const Module *SuggestedModule,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef RelativePath, const Module *SuggestedModule,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h339 void getLocation(StringRef &RelativePath, unsigned &Line,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp468 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument