Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp72 type = BuildInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitializeBuiltin()
DETSchecker.h145 ETSObjectType *BuildInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl);
DETSAnalyzer.cpp2624 interfaceType = checker->BuildInterfaceProperties(st); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp347 return BuildInterfaceProperties(decl->Node()->AsTSInterfaceDeclaration()); in GetTypeOfVariable()
1220 …auto *interfaceType = BuildInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaratio… in GetTypeFromInterfaceReference()
Dobject.cpp290 ETSObjectType *ETSChecker::BuildInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildInterfaceProperties() function in panda::es2panda::checker::ETSChecker