Home
last modified time | relevance | path

Searched defs:parameterType (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddVoidToPromise.ts52 …const parameterType = parameter && checker.getTypeOfSymbolAtLocation(parameter, decl.parent.parent… constant
/third_party/skia/src/sksl/ir/
DSkSLFunctionDeclaration.cpp410 const Type& parameterType = parameters[i]->type(); in determineFinalTypes() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp1472 const TType &parameterType, in createConstructorVectorFromScalar()
1714 const TType &parameterType = (*node->getSequence())[0]->getAsTyped()->getType(); in createConstructorMatrixFromMatrix() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp1588 auto parameterType = module_.FindDef(functionType->words()[paramIndex]); in isValid() local