Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp124 if (OptionalFileEntryRef IncludingFile = in InclusionDirective() local
126 if (IncludingFile->getDir()) in InclusionDirective()
127 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5703 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5706 E, IncludingFile, &IsAngled); in getHeaderNameForHeader()