Searched defs:SearchPath (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
H A D | DependencyFile.cpp | 151 StringRef SearchPath; in addDependency() local
|
H A D | PrintPreprocessedOutput.cpp | 394 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 452 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 D | PPDirectives.cpp | 935 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 D | PreprocessingRecord.cpp | 480 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 329 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 265 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 740 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { in ConstructJob()
|