Searched refs:TypeArgsInvocation (Results 1 – 2 of 2) sorted by relevance
39 struct TypeArgsInvocation { struct50 using Invocation = std::variant<CallInvocation, TypeArgsInvocation, ContextualInvocation>; argument
99 } else if (const auto *typeArgs = std::get_if<TypeArgsInvocation>(&info->GetInvocation())) { in GetCandidateOrTypeInfo()