Searched defs:IGNORE_VISIBILITY (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ | ||
| H A D | checkerContext.h | 46 IGNORE_VISIBILITY = 1U << 14U, member in ark::es2panda::checker::CheckerStatus |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ | ||
| H A D | opAssignment.cpp | 222 checker::SavedCheckerContext scc {checker, checker::CheckerStatus::IGNORE_VISIBILITY, ContainingClass(assignment)}; in HandleOpAssignment() member in ark::es2panda::compiler::checker::CheckerStatus 309 checker::SavedCheckerContext scc {checker, checker::CheckerStatus::IGNORE_VISIBILITY, ContainingClass(upd)}; in HandleUpdate() member in ark::es2panda::compiler::checker::CheckerStatus |
Completed in 2 milliseconds