Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp47 type = checker->BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitBuiltin()
210 type = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration()); in InitializeBuiltin()
H A DETSchecker.h160 ETSObjectType *BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl);
H A DETSAnalyzer.cpp2639 interfaceType = checker->BuildBasicInterfaceProperties(st); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp461 return BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration());
570 auto *interfaceType = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDeclaration());
H A Dobject.cpp341 ETSObjectType *ETSChecker::BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildBasicInterfaceProperties() function in ark::es2panda::checker::ETSChecker

Completed in 11 milliseconds