Home | History | Annotate | Download | only in Sema

Lines Matching refs:dtorType

4301   const FunctionProtoType *DtorType = DD->getType()->getAs<FunctionProtoType>(),
4305 if (DtorType->hasExceptionSpec()) {
4311 DtorType, DD->getLocation())) {
4319 EPI.ExtInfo = DtorType->getExtInfo();
7326 const FunctionProtoType *dtorType = destructor->getType()->
7328 if (dtorType->hasExceptionSpec())
7337 FunctionProtoType::ExtProtoInfo epi = dtorType->getExtProtoInfo();