Searched refs:BuildInterfaceProperties (Results 1 – 5 of 5) sorted by relevance
72 type = BuildInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitializeBuiltin()
145 ETSObjectType *BuildInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl);
2624 interfaceType = checker->BuildInterfaceProperties(st); in Check()
347 return BuildInterfaceProperties(decl->Node()->AsTSInterfaceDeclaration()); in GetTypeOfVariable()1220 …auto *interfaceType = BuildInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaratio… in GetTypeFromInterfaceReference()
290 ETSObjectType *ETSChecker::BuildInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildInterfaceProperties() function in panda::es2panda::checker::ETSChecker