Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7053 auto *XFPT = XT->getAs<FunctionProtoType>(); in isSameEntity() local
7055 if (getLangOpts().CPlusPlus17 && XFPT && YFPT && in isSameEntity()
7056 (isUnresolvedExceptionSpec(XFPT->getExceptionSpecType()) || in isSameEntity()