Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorType

8568                                   QualType CtorType) {
8569 return Map[CtorType.getCanonicalType()->castAs<FunctionProtoType>()]
8595 const FunctionProtoType *CtorType =
8597 ArrayRef<QualType> ArgTypes(CtorType->getParamTypes());
8598 FunctionProtoType::ExtProtoInfo EPI = CtorType->getExtProtoInfo();