Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp80 for (auto *inheritedProp : inheritedProperties) { in CheckInheritedPropertiesAreIdentical() local
81 auto res = properties.find(inheritedProp->Name()); in CheckInheritedPropertiesAreIdentical()
83 … properties.insert({inheritedProp->Name(), {inheritedProp, base->AsInterfaceType()}}); in CheckInheritedPropertiesAreIdentical()
85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical()