Searched defs:DynamicType (Results 1 – 5 of 5) sorted by relevance
22 class DynamicType; variable
88 constexpr DynamicType(TypeCategory cat, int k) : category_{cat}, kind_{k} { in DynamicType() function91 constexpr DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function102 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(DynamicType) in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument209 constexpr DynamicType() {} in DynamicType() function
68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
71 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
5556 struct DynamicType { struct5573 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument