Searched defs:paramType (Results 1 – 11 of 11) sorted by relevance
251 TParams paramType; in tput_cmd() local
149 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg() argument
1073 for (auto paramType : T->getParamTypes()) { VisitFunctionProtoType() local 1368 for (auto paramType : funcProtoType->getParamTypes()) { VisitFunctionType() local
10425 QualType paramType = mergeFunctionParameterTypes( mergeFunctionTypes() local
171 nd_uint16_t paramType; global() member
1968 QualType paramType = SubstParamType(); transformNonTypeTemplateParmRef() local 1989 QualType paramType = arg.getNonTypeTemplateArgumentType(); transformNonTypeTemplateParmRef() local 1995 QualType paramType = arg.getNonTypeTemplateArgumentType(); transformNonTypeTemplateParmRef() local [all...]
774 QualType paramType = (*Setter->param_begin())->getType() buildSet() local
1839 QualType paramType; CheckMessageArgumentTypes() local 1853 QualType paramType = param->getType(); CheckMessageArgumentTypes() local
6752 QualType paramType; // ignored GatherArgumentsForCall() local 21643 checkUnknownAnyArg(SourceLocation callLoc,Expr * arg,QualType & paramType) checkUnknownAnyArg() argument
7356 for (auto paramType : Proto->getParamTypes()) { CheckNonNullArguments() local
1380 } paramType; typedef