Searched defs:paramType (Results 1 – 11 of 11) sorted by relevance
92 type :: paramType(param) type
127 type paramType(lenParam) type
129 for (ValType paramType : sig.Params) { in writeSig() local
148 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg()
1047 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local1341 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType() local
10184 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
769 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local
1548 QualType paramType = SubstParamType(); in transformNonTypeTemplateParmRef() local1573 QualType paramType = VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(); in transformNonTypeTemplateParmRef() local
1839 QualType paramType; in CheckMessageArgumentTypes() local1853 QualType paramType = param->getType(); in CheckMessageArgumentTypes() local
6209 QualType paramType; // ignored in GatherArgumentsForCall() local20511 Expr *arg, QualType ¶mType) { in checkUnknownAnyArg()
5608 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local