Searched refs:SourceFPT (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp226 const FunctionProtoType *SourceFPT = local
230 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType()))
231 return SourceFPT;
234 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated)

Completed in 104 milliseconds