Home
last modified time | relevance | path

Searched refs:SearchPath (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
466 if (SearchPath) { in LookupFile()
468 SearchPath->clear(); in LookupFile()
469 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
496 if (SearchPath) { in LookupFile()
498 SearchPath->clear(); in LookupFile()
499 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
590 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
663 if (SearchPath) { in DoFrameworkLookup()
[all …]
H A DPPDirectives.cpp935 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument
999 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1016 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, 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()
2046 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport()
2150 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
[all …]
H A DPreprocessingRecord.cpp480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyFile.cpp68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
151 StringRef SearchPath; in addDependency() local
157 SearchPath = TmpPath.str(); in addDependency()
159 SearchPath = Filename; in addDependency()
162 if (Seen.insert(SearchPath).second) { in addDependency()
H A DDependencyGraph.cpp51 OptionalFileEntryRef File, StringRef SearchPath,
71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp149 OptionalFileEntryRef File, StringRef SearchPath,
394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DDirectoryLookup.h185 SmallVectorImpl<char> *SearchPath,
194 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
475 OptionalFileEntryRef File, StringRef SearchPath, 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.h531 OptionalFileEntryRef File, StringRef SearchPath,
H A DPreprocessor.h2407 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath,
2677 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h156 OptionalFileEntryRef File, StringRef SearchPath,
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp77 OptionalFileEntryRef File, StringRef SearchPath,
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1685 for (StringRef SearchPath : in addLibraries()
1689 LibPath.reserve(SearchPath.size() + strlen("lib") + LL.LibName.size() + in addLibraries()
1691 llvm::copy(SearchPath, std::back_inserter(LibPath)); in addLibraries()
/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/clang/tools/libclang/
H A DIndexing.cpp265 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp740 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob() argument
743 llvm::sys::path::append(P, SearchPath); in ConstructJob()