Searched refs:ComputeTypeVector (Results 1 – 5 of 5) sorted by relevance
223 TypeVisitor::ComputeTypeVector(decl->generic_parameters), {}); in Visit()229 generic, TypeVisitor::ComputeTypeVector(decl->generic_parameters)}); in Visit()258 TypeVisitor::ComputeTypeVector(decl->generic_parameters)}); in Visit()271 TypeVisitor::ComputeTypeVector( in Visit()
366 ComputeTypeVector(args)); in ComputeType()399 LabelDeclaration def = {label.name, ComputeTypeVector(label.types)}; in MakeSignature()407 {ComputeTypeVector(declaration->parameters.types), in MakeSignature()524 auto explicit_type_arguments = ComputeTypeVector(basic->generic_arguments); in ComputeTypeForStructExpression()
19 static TypeVector ComputeTypeVector(const std::vector<TypeExpression*>& v) { in ComputeTypeVector() function
2114 arguments.parameters.ComputeTypeVector(), in LookupCallable()2121 TypeVector types(arguments.parameters.ComputeTypeVector()); in LookupMethod()2431 generic, TypeVisitor::ComputeTypeVector(expr->generic_arguments)}); in GetLocationReference()2609 TypeVector parameter_types(arguments.parameters.ComputeTypeVector()); in GeneratePointerCall()3194 TypeVisitor::ComputeTypeVector(expr->callee->generic_arguments); in Visit()3236 TypeVisitor::ComputeTypeVector(expr->method->generic_arguments); in Visit()3251 TypeVector argument_types = arguments.parameters.ComputeTypeVector(); in Visit()3270 TypeVisitor::ComputeTypeVector(expr->generic_arguments); in Visit()
850 TypeVector ComputeTypeVector() const { in ComputeTypeVector() function