Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
471 if (RelativePath) { in LookupFile()
472 RelativePath->clear(); in LookupFile()
473 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
501 if (RelativePath) { in LookupFile()
502 RelativePath->clear(); in LookupFile()
503 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
591 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
653 if (RelativePath) { in DoFrameworkLookup()
[all …]
H A DPPDirectives.cpp936 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
999 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1017 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile()
1034 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
1049 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1994 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
1998 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2016 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2047 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
2151 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[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 DPreprocessingRecord.cpp480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleMap.cpp1054 StringRef RelativePath = UmbrellaName.str().substr( in inferFrameworkModule() local
1056 RelativePath = llvm::sys::path::relative_path(RelativePath); in inferFrameworkModule()
1059 setUmbrellaHeader(Result, *UmbrellaHeader, ModuleName + ".h", RelativePath); in inferFrameworkModule()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DDirectoryLookup.h186 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
195 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
H A DPPCallbacks.h141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
476 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
479 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
482 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h486 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
500 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h532 StringRef RelativePath, const Module *Imported,
H A DPreprocessor.h2408 SmallVectorImpl<char> *RelativePath,
2677 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef RelativePath, const Module *Imported,
71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp58 StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DDependencyFile.cpp69 StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp150 StringRef RelativePath, const Module *Imported,
394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp101 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef RelativePath, const Module *Imported,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
150 RelativePath = Loc.getRelativePath(); in getLocation()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h157 StringRef RelativePath, const Module *Imported,
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef RelativePath, const Module *Imported,
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp329 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h339 void getLocation(StringRef &RelativePath, unsigned &Line,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp266 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument