Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6525 auto *XFPT = XT->getAs<FunctionProtoType>(); in isSameEntity() local
6527 if (getLangOpts().CPlusPlus17 && XFPT && YFPT && in isSameEntity()
6528 (isUnresolvedExceptionSpec(XFPT->getExceptionSpecType()) || in isSameEntity()