Searched refs:BuildBasicInterfaceProperties (Results 1 – 5 of 5) sorted by relevance
46 …type = checker->BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration… in InitBuiltin()136 … type = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitializeBuiltin()
156 ETSObjectType *BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl);
2326 interfaceType = checker->BuildBasicInterfaceProperties(st); in Check()
451 … return BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in GetTypeOfVariable()563 …auto *interfaceType = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDecla… in GetTypeFromInterfaceReference()
319 ETSObjectType *ETSChecker::BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildBasicInterfaceProperties() function in ark::es2panda::checker::ETSChecker