Searched defs:smartType (Results 1 – 6 of 6) sorted by relevance
201 auto *smartType = Context().GetSmartCast(resolved); in ValidateResolvedIdentifier() local
998 auto *smartType = GetSmartCast(testCondition_.variable); in ResolveSmartCastTypes() local1051 …r::ApplySmartCast(varbinder::Variable const *const variable, checker::Type *const smartType) noexc… in ApplySmartCast()
281 if (auto const *const smartType = ident->TsType(); in GetValue() local
124 if (auto *const smartType = CombineTypes(it->second, type); smartType != nullptr) { in CombineSmartCasts() local
734 checker::Type *smartType = leftType; in Check() local1135 …if (auto *const smartType = checker->Context().GetSmartCast(expr->Variable()); smartType != nullpt… in Check() local2176 auto *smartType = variableType; in Check() local
954 auto const *const smartType = expr->TsType(); in Compile() local