Searched refs:type_expression (Results 1 – 6 of 6) sorted by relevance
99 te = type_expression(None)107 type_expression.built_in_types = tt111 class type_expression(object): class122 if not type_expression.built_in_types:191 te = type_expression.built_in_types.find_type( type_name )290 te = type_expression( t )
337 te = typeexpr.type_expression( None )408 self.type_expr = typeexpr.type_expression( ts, context )
80 const Type* Declarations::GetType(TypeExpression* type_expression) { in GetType() argument81 if (auto* basic = BasicTypeExpression::DynamicCast(type_expression)) { in GetType()85 } else if (auto* union_type = UnionTypeExpression::cast(type_expression)) { in GetType()89 auto* function_type_exp = FunctionTypeExpression::cast(type_expression); in GetType()
52 const Type* GetType(TypeExpression* type_expression);
308 (type_variable, type_expression) = match.groups()309 error_string = re.sub(r'\b' + type_variable + r'\b', type_expression, error_string)
86 block_decl ::= type_expression122 The type_expression extends C expression parsing to accommodate Block