getRecordForName

fun getRecordForName(name: Name, language: Language<*>?): RecordDeclaration?

Retrieves the RecordDeclaration for the given name in the given scope.

Return

the declaration, or null if it does not exist

Parameters

name

the name