Home
last modified time | relevance | path

Searched refs:classDeclProgram (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp262 …n *ETSChecker::CreateClassPrototype(util::StringView name, parser::Program *const classDeclProgram) in CreateClassPrototype() argument
265 …varbinder::LexicalScope<varbinder::GlobalScope>::Enter(VarBinder(), classDeclProgram->GlobalScope(… in CreateClassPrototype()
282 classDecl->SetParent(classDeclProgram->Ast()); in CreateClassPrototype()
287 classDeclProgram->Ast()->Statements().push_back(classDecl); in CreateClassPrototype()
288 classDeclProgram->GlobalScope()->InsertBinding(name, var); in CreateClassPrototype()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h630 …r::ClassDefinition *CreateClassPrototype(util::StringView name, parser::Program *classDeclProgram);