Searched refs:XFPT (Results 1 – 1 of 1) sorted by relevance
6525 auto *XFPT = XT->getAs<FunctionProtoType>(); in isSameEntity() local6527 if (getLangOpts().CPlusPlus17 && XFPT && YFPT && in isSameEntity()6528 (isUnresolvedExceptionSpec(XFPT->getExceptionSpecType()) || in isSameEntity()