Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tput/
H A Dtput.c247 TParams paramType; in tput_cmd() local
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp129 for (ValType paramType : sig.Params) { in writeSig() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp148 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg()
H A DType.cpp1051 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local
1346 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType() local
H A DASTContext.cpp10315 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp769 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local
H A DSemaTemplateInstantiate.cpp1800 QualType paramType = SubstParamType(); in transformNonTypeTemplateParmRef() local
1825 QualType paramType = VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(); in transformNonTypeTemplateParmRef() local
H A DSemaExprObjC.cpp1837 QualType paramType; in CheckMessageArgumentTypes() local
1851 QualType paramType = param->getType(); in CheckMessageArgumentTypes() local
H A DSemaExpr.cpp6448 QualType paramType; // ignored in GatherArgumentsForCall() local
20890 Expr *arg, QualType &paramType) { in checkUnknownAnyArg()
H A DSemaChecking.cpp5805 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local