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
902 checker::Type *smartType = leftType; in GetSmartType() local968 checker::Type *smartType = GetSmartType(expr, leftType, rightType); in Check() local1426 …if (auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); smartType != nullpt… in Check() local2702 auto *smartType = variableType; in Check() local
281 if (auto const *const smartType = ident->TsType(); in GetValue() local
218 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
987 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local1041 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
978 auto const *smartType = expr->TsType(); in Compile() local