Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp819 StringRef Includer, StringRef IncludeFilename, in diagnoseFrameworkInclude() argument
825 if (!isFrameworkStylePath(Includer, IsIncluderPrivateHeader, FromFramework, in diagnoseFrameworkInclude()
915 OptionalFileEntryRef Includer = IncluderAndDir.first; in LookupFile() local
929 Includer ? getFileInfo(*Includer).DirInfo != SrcMgr::C_User : in LookupFile()
934 if (!Includer) { in LookupFile()
945 HeaderFileInfo &FromHFI = getFileInfo(*Includer); in LookupFile()