Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DDependencyGraph.cpp71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DDependencyFile.cpp151 StringRef SearchPath; in addDependency() local
H A DPrintPreprocessedOutput.cpp394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DPrecompiledPreamble.cpp100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
590 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup()
862 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader()
H A DPPDirectives.cpp935 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile()
1994 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport()
2150 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
H A DPreprocessingRecord.cpp480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp329 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp265 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp740 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob()