Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
396 if (RelativePath) { in LookupFile()
397 RelativePath->clear(); in LookupFile()
398 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
426 if (RelativePath) { in LookupFile()
427 RelativePath->clear(); in LookupFile()
428 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
515 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
577 if (RelativePath) { in DoFrameworkLookup()
[all …]
DPPDirectives.cpp812 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()
1863 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
1894 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
1998 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[all …]
DPPLexerChange.cpp295 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
296 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
298 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
DPreprocessingRecord.cpp485 StringRef RelativePath, in InclusionDirective() argument
DModuleMap.cpp1043 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-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DDirectoryLookup.h182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
DPPCallbacks.h129 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()
DHeaderSearch.h416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
DPreprocessor.h2018 SmallVectorImpl<char> *RelativePath,
2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DDependencyGraph.cpp51 StringRef SearchPath, StringRef RelativePath,
76 StringRef RelativePath, in InclusionDirective() argument
DModuleDependencyCollector.cpp51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
DDependencyFile.cpp70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
DPrintPreprocessedOutput.cpp131 StringRef SearchPath, StringRef RelativePath,
333 StringRef RelativePath, in InclusionDirective() argument
DPrecompiledPreamble.cpp103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DTooling.cpp248 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-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.h105 StringRef SearchPath, StringRef RelativePath,
DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDiagnosticInfo.cpp145 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
148 RelativePath = Loc.getRelativePath(); in getLocation()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h154 StringRef SearchPath, StringRef RelativePath,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp80 StringRef SearchPath, StringRef RelativePath,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDiagnosticInfo.h389 void getLocation(StringRef &RelativePath, unsigned &Line,