Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DetsWarningAnalyzer.h42 ETSWarningRemoveAsync(node); in ETSWarningAnalyzer()
70 void ETSWarningRemoveAsync(const ir::AstNode *node);
H A DetsWarningAnalyzer.cpp225 void ETSWarningAnalyzer::ETSWarningRemoveAsync(const ir::AstNode *node) in ETSWarningRemoveAsync() function in ark::es2panda::checker::ETSWarningAnalyzer
233 node->Iterate([&](auto *childNode) { ETSWarningRemoveAsync(childNode); }); in ETSWarningRemoveAsync()

Completed in 3 milliseconds