Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp146 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.cpp9557 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
/freebsd-13.1/contrib/tcpdump/
H A Dprint-sctp.c171 uint16_t paramType; member
/freebsd-13.1/contrib/llvm-project/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.cpp6016 QualType paramType; // ignored in GatherArgumentsForCall() local
19589 Expr *arg, QualType &paramType) { in checkUnknownAnyArg()
H A DSemaChecking.cpp4775 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local
/freebsd-13.1/sys/net80211/
H A Dieee80211_proto.c1386 } paramType; typedef