/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 378 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 D | PPDirectives.cpp | 749 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 D | PPLexerChange.cpp | 293 SmallString<128> RelativePath; in diagnoseMissingHeaderInUmbrellaDir() local 294 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() 296 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
H A D | PreprocessingRecord.cpp | 468 StringRef RelativePath, in InclusionDirective() argument
|
H A D | ModuleMap.cpp | 1043 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 D | DirectoryLookup.h | 182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
|
H A D | PPCallbacks.h | 129 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 D | HeaderSearch.h | 405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
H A D | PreprocessingRecord.h | 535 StringRef RelativePath, const Module *Imported,
|
H A D | Preprocessor.h | 2016 SmallVectorImpl<char> *RelativePath, 2269 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 76 StringRef RelativePath, in InclusionDirective() argument
|
H A D | ModuleDependencyCollector.cpp | 51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 131 StringRef SearchPath, StringRef RelativePath, 333 StringRef RelativePath, in InclusionDirective() argument
|
H A D | DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 229 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 D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 128 StringRef SearchPath, StringRef RelativePath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 147 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 D | ModuleDepCollector.cpp | 130 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 80 StringRef SearchPath, StringRef RelativePath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 389 void getLocation(StringRef &RelativePath, unsigned &Line,
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 265 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|