Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A 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 …]
H A DPPDirectives.cpp749 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
808 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
826 RelativePath, RequestingModule, SuggestedModule, IsMapped, in LookupFile()
843 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
858 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1754 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
1759 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
1796 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
1827 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped, in LookupHeaderIncludeOrImport()
1931 SmallString<1024> RelativePath; in HandleHeaderIncludeOrImport() local
[all …]
H A DPPLexerChange.cpp293 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local
294 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
296 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPreprocessingRecord.cpp468 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()
/netbsd-src/external/apache2/llvm/dist/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
408 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
412 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
415 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
H A DPreprocessor.h2016 SmallVectorImpl<char> *RelativePath,
2269 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/netbsd-src/external/apache2/llvm/dist/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 DPrintPreprocessedOutput.cpp131 StringRef SearchPath, StringRef RelativePath,
333 StringRef RelativePath, in InclusionDirective() argument
H A DDependencyFile.cpp70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DPrecompiledPreamble.cpp103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp229 StringRef RelativePath(File); in getAbsolutePath() local
231 if (RelativePath.startswith("./")) { in getAbsolutePath()
232 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
235 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h128 StringRef SearchPath, StringRef RelativePath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
150 RelativePath = Loc.getRelativePath(); in getLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp130 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp80 StringRef SearchPath, StringRef RelativePath,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h389 void getLocation(StringRef &RelativePath, unsigned &Line,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp265 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument