Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5364 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5367 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()