Home
last modified time | relevance | path

Searched refs:ValidateInterfaceMemberRedeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp206ValidateInterfaceMemberRedeclaration(type, prop, member->AsTSPropertySignature()->Key()->Start()))… in ResolvePropertiesOfObjectType()
217ValidateInterfaceMemberRedeclaration(type, method, member->AsTSMethodSignature()->Key()->Start()))… in ResolvePropertiesOfObjectType()
531 bool Checker::ValidateInterfaceMemberRedeclaration(ObjectType *type, binder::Variable *prop, in ValidateInterfaceMemberRedeclaration() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h396 bool ValidateInterfaceMemberRedeclaration(ObjectType *type, binder::Variable *prop,