Searched defs:smartType (Results 1 – 6 of 6) sorted by relevance
33 …ext::SetSmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in SetSmartCast()132 if (auto *const smartType = CombineTypes(it->second, type); smartType != nullptr) { in CombineSmartCasts() local
1071 checker::Type *smartType = leftType; in GetSmartType() local1141 checker::Type *smartType = rightType; in Check() local1730 auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); in Check() local3030 const auto smartType = checker->ResolveSmartType(elemType, variable->TsType()); in ValidateAndProcessIteratorType() local3462 auto *smartType = variableType; in Check() local
158 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
1386 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local1438 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
275 if (auto const *const smartType = ident->TsType(); in GetValue() local
838 auto const *smartType = expr->TsType(); in Compile() local