Home
last modified time | relevance | path

Searched refs:HandleImportExportIdentifier (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DimportExportAccessValid.cpp51 !HandleImportExportIdentifier(importedVariables, callee->AsIdentifier(), callExpr)) { in operator ()()
56 if (ast->IsIdentifier() && !HandleImportExportIdentifier(importedVariables, ast->AsIdentifier(), nullptr)) { in operator ()()
124 bool ImportExportAccessValid::HandleImportExportIdentifier(std::unordered_set<std::string> &importedVariables, in HandleImportExportIdentifier() function in ark::es2panda::compiler::ast_verifier::ImportExportAccessValid
H A DimportExportAccessValid.h36 bool HandleImportExportIdentifier(std::unordered_set<std::string> &importedVariables, const ir::Identifier *ident,

Completed in 1 milliseconds