Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorType

2931   const FunctionProtoType *CtorType =
2933 if (CtorType->getNumParams() > 0) {
2934 QualType FirstArg = CtorType->getParamType(0);