Home
last modified time | relevance | path

Searched defs:paramType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp145 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg()
H A DType.cpp1041 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local
1335 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType() local
H A DASTContext.cpp9523 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
/netbsd-src/sys/net80211/
H A Dieee80211_proto.c569 } paramType; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp769 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local
H A DSemaTemplateInstantiate.cpp1535 QualType paramType = SubstParamType(); in transformNonTypeTemplateParmRef() local
1560 QualType paramType = VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(); in transformNonTypeTemplateParmRef() local
H A DSemaExprObjC.cpp1839 QualType paramType; in CheckMessageArgumentTypes() local
1853 QualType paramType = param->getType(); in CheckMessageArgumentTypes() local
H A DSemaExpr.cpp5977 QualType paramType; // ignored in GatherArgumentsForCall() local
19413 Expr *arg, QualType &paramType) { in checkUnknownAnyArg()
H A DSemaChecking.cpp4530 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local