Home
last modified time | relevance | path

Searched defs:declflag (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp501 binder::DeclarationFlags declflag = binder::DeclarationFlags::NONE; in ParseTsImportEqualsDeclaration() local
1194 binder::DeclarationFlags declflag = (newStatus & ParserStatus::EXPORT_REACHED) ? in ParseFunctionDeclaration() local
1239 binder::DeclarationFlags declflag = (newStatus & ParserStatus::EXPORT_REACHED) ? in AddFunctionToBinder() local
2064 binder::DeclarationFlags declflag = (flags & VariableParsingFlags::EXPORTED) ? in ParseVariableDeclarator() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1895 binder::DeclarationFlags declflag = isExport ? in CreateVariableDeclarationWithIdentify() local