Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp396 if (RelativePath) { in LookupFile()
397 RelativePath->clear(); in LookupFile()
426 if (RelativePath) { in LookupFile()
427 RelativePath->clear(); in LookupFile()
577 if (RelativePath) { in DoFrameworkLookup()
578 RelativePath->clear(); in DoFrameworkLookup()
781 if (RelativePath) { in LookupFile()
782 RelativePath->clear(); in LookupFile()
851 if (RelativePath) { in LookupFile()
1102 if (RelativePath) { in LookupSubframeworkHeader()
[all …]
H A 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()
1894 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
1998 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
2023 LookupFilename, RelativePath, SearchPath, SuggestedModule, isAngled); in HandleHeaderIncludeOrImport()
[all …]
H A DPPLexerChange.cpp295 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
296 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
298 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPreprocessingRecord.cpp485 StringRef RelativePath, in InclusionDirective() argument
H A 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-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
H A 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()
H A DHeaderSearch.h416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
H A DPreprocessor.h2018 SmallVectorImpl<char> *RelativePath,
2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp51 StringRef SearchPath, StringRef RelativePath,
76 StringRef RelativePath, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DDependencyFile.cpp70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp131 StringRef SearchPath, StringRef RelativePath,
333 StringRef RelativePath, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A 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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef SearchPath, StringRef RelativePath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp145 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
148 RelativePath = Loc.getRelativePath(); in getLocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h154 StringRef SearchPath, StringRef RelativePath,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp80 StringRef SearchPath, StringRef RelativePath,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h389 void getLocation(StringRef &RelativePath, unsigned &Line,