Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DDependencyFile.cpp179 StringRef SearchPath; in addDependency() local
H A DPrintPreprocessedOutput.cpp487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DPrecompiledPreamble.cpp101 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup()
889 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
1211 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader()
H A DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DPPDirectives.cpp955 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile()
2101 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport()
2275 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local
/freebsd/contrib/bmake/
H A Dmake.h434 typedef struct SearchPath { struct
436 } SearchPath; argument
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp468 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp780 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob()