Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp46 …type = checker->BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration… in InitBuiltin()
136 … type = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitializeBuiltin()
DETSchecker.h156 ETSObjectType *BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl);
DETSAnalyzer.cpp2326 interfaceType = checker->BuildBasicInterfaceProperties(st); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp451 … return BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in GetTypeOfVariable()
563 …auto *interfaceType = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDecla… in GetTypeFromInterfaceReference()
Dobject.cpp319 ETSObjectType *ETSChecker::BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildBasicInterfaceProperties() function in ark::es2panda::checker::ETSChecker