Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp353 if (RelativePath) { in LookupFile()
354 RelativePath->clear(); in LookupFile()
396 if (RelativePath) { in LookupFile()
397 RelativePath->clear(); in LookupFile()
523 if (RelativePath) { in DoFrameworkLookup()
524 RelativePath->clear(); in DoFrameworkLookup()
716 if (RelativePath) { in LookupFile()
717 RelativePath->clear(); in LookupFile()
786 if (RelativePath) { in LookupFile()
1024 if (RelativePath) { in LookupSubframeworkHeader()
[all …]
H A DPPDirectives.cpp662 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
720 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
737 RelativePath, RequestingModule, SuggestedModule, IsMapped, SkipCache, in LookupFile()
754 SearchPath, RelativePath, in LookupFile()
770 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1745 SmallString<1024> RelativePath; in HandleIncludeDirective() local
1760 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1793 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped); in HandleIncludeDirective()
1829 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped); in HandleIncludeDirective()
1966 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
H A DPPLexerChange.cpp292 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
293 computeRelativePath(FileMgr, Dir, Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
295 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPreprocessingRecord.cpp473 StringRef RelativePath, in InclusionDirective() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h180 SmallVectorImpl<char> *RelativePath,
191 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h131 StringRef RelativePath, in InclusionDirective() argument
380 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
384 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
387 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h398 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
410 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h536 StringRef RelativePath, const Module *Imported,
H A DPreprocessor.h1856 SmallVectorImpl<char> *RelativePath,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
77 StringRef RelativePath, in InclusionDirective() argument
H A DDependencyFile.cpp64 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
198 StringRef SearchPath, StringRef RelativePath,
323 StringRef RelativePath, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp52 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp132 StringRef SearchPath, StringRef RelativePath,
332 StringRef RelativePath, in InclusionDirective() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp204 StringRef RelativePath(File); in getAbsolutePath() local
206 if (RelativePath.startswith("./")) { in getAbsolutePath()
207 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
210 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.h106 StringRef SearchPath, StringRef RelativePath,
H A DMacroPPCallbacks.cpp172 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticInfo.cpp147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
150 RelativePath = Loc.getRelativePath(); in getLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp79 StringRef SearchPath, StringRef RelativePath,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h385 void getLocation(StringRef &RelativePath, unsigned &Line,