Lines Matching defs:tmpIdentName
87 auto const tmpIdentName = GenName(checker->Allocator());
92 blockExpr = parser->CreateFormattedExpression(FORMAT_CHECK_NULL_EXPRESSION, tmpIdentName, arg, tmpIdentName,
93 tmpIdentName);
95 blockExpr = parser->CreateFormattedExpression(FORMAT_CHECK_UNDEFINED_EXPRESSION, tmpIdentName, arg,
96 tmpIdentName, tmpIdentName);
98 blockExpr = parser->CreateFormattedExpression(FORMAT_CHECK_NULLISH_EXPRESSION, tmpIdentName, arg,
99 tmpIdentName, tmpIdentName, tmpIdentName);