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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp215 const FunctionProtoType *SourceFPT = local
219 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType()))
220 return SourceFPT;
223 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated)

Completed in 50 milliseconds