Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve31.f9092 type :: paramType(param) type
H A Dresolve89.f90127 type paramType(lenParam) type
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp129 for (ValType paramType : sig.Params) { in writeSig() local
/llvm-project-15.0.7/clang/lib/AST/
H A DTemplateBase.cpp148 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg()
H A DType.cpp1047 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local
1341 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType() local
H A DASTContext.cpp10184 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp769 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local
H A DSemaTemplateInstantiate.cpp1548 QualType paramType = SubstParamType(); in transformNonTypeTemplateParmRef() local
1573 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.cpp6209 QualType paramType; // ignored in GatherArgumentsForCall() local
20511 Expr *arg, QualType &paramType) { in checkUnknownAnyArg()
H A DSemaChecking.cpp5608 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local