Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp127 if (const FileEntry *IncludingFile = in InclusionDirective() local
129 if (IncludingFile->getDir()) in InclusionDirective()
130 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp5354 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5357 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()