Home
last modified time | relevance | path

Searched refs:IncludingFile (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp124 if (const FileEntry *IncludingFile = in InclusionDirective() local
126 if (IncludingFile->getDir()) in InclusionDirective()
127 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5685 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5688 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()