Home
last modified time | relevance | path

Searched defs:SearchPath (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DDependencyFile.cpp153 StringRef SearchPath; in addDependency() local
H A DPrintPreprocessedOutput.cpp404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DPrecompiledPreamble.cpp100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp449 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
593 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup()
865 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader()
H A DPPDirectives.cpp954 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile()
2023 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport()
2197 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
H A DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp284 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local
/freebsd-14.2/contrib/bmake/
H A Dmake.h412 typedef struct SearchPath { struct
414 } SearchPath; argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp781 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob()