Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp478 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
497 if (RelativePath) { in LookupFile()
498 RelativePath->clear(); in LookupFile()
499 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
508 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
528 if (RelativePath) { in LookupFile()
529 RelativePath->clear(); in LookupFile()
530 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
623 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
685 if (RelativePath) { in DoFrameworkLookup()
[all …]
H A DPPLexerChange.cpp313 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
314 computeRelativePath(FileMgr, *Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
316 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPPDirectives.cpp982 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
1050 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1068 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile()
1080 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
1091 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile()
2135 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
2153 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2173 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2205 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
2310 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[all …]
H A DModuleMap.cpp1117 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local
1119 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule()
1123 RelativePath); in inferFrameworkModule()
H A DPreprocessingRecord.cpp472 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h180 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
189 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
H A DPPCallbacks.h173 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
528 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
532 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
535 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DNoTrivialPPDirectiveTracer.h158 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DHeaderSearch.h511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
525 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h535 StringRef RelativePath,
H A DPreprocessor.h2513 SmallVectorImpl<char> *RelativePath,
2833 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/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 DHeaderIncludeGen.cpp145 StringRef RelativePath, const Module *SuggestedModule,
418 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp57 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DDependencyFile.cpp82 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp166 StringRef RelativePath, const Module *SuggestedModule,
486 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/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.h71 SmallVectorImpl<char> &RelativePath);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp253 StringRef RelativePath(File); in getAbsolutePath() local
255 RelativePath.consume_front("./"); in getAbsolutePath()
257 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp181 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
184 RelativePath = Loc.getRelativePath(); in getLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h233 StringRef RelativePath, const Module *SuggestedModule,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef RelativePath, const Module *SuggestedModule,

12