Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorType

3852   const FunctionProtoType *CtorType = CD->getType()->getAs<FunctionProtoType>(),
3871 if (CtorType->hasExceptionSpec()) {
3877 CtorType, CD->getLocation())) {
3893 EPI.ExtInfo = CtorType->getExtInfo();
3935 const FunctionProtoType *CtorType = CD->getType()->getAs<FunctionProtoType>(),
3941 QualType ArgType = CtorType->getArgType(0);
3966 if (CtorType->hasExceptionSpec()) {
3972 CtorType, CD->getLocation())) {
3988 EPI.ExtInfo = CtorType->getExtInfo();
4123 const FunctionProtoType *CtorType = CD->getType()->getAs<FunctionProtoType>(),
4129 QualType ArgType = CtorType->getArgType(0);
4154 if (CtorType->hasExceptionSpec()) {
4160 CtorType, CD->getLocation())) {
4176 EPI.ExtInfo = CtorType->getExtInfo();