Home
last modified time | relevance | path

Searched refs:IGNORE_VISIBILITY (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp222 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
H A DrecordLowering.cpp204 checker::SavedCheckerContext scc {checker, checker::CheckerStatus::IGNORE_VISIBILITY}; in UpdateObjectExpression()
H A DobjectLiteralLowering.cpp195 checker::SavedCheckerContext scc {checker, checker::CheckerStatus::IGNORE_VISIBILITY}; in HandleObjectLiteralLowering()
H A DgenericBridgesLowering.cpp106 checker::CheckerStatus::IN_CLASS | checker::CheckerStatus::IGNORE_VISIBILITY | in AddGenericBridge()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.h46 IGNORE_VISIBILITY = 1U << 14U, member in ark::es2panda::checker::CheckerStatus
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp55 if ((Context().Status() & CheckerStatus::IGNORE_VISIBILITY) != 0U) { in ValidatePropertyAccess()
H A Dfunction.cpp1643 if ((Context().Status() & CheckerStatus::IGNORE_VISIBILITY) != 0U || in ValidateSignatureAccessibility()
H A Dobject.cpp1466 if ((Context().Status() & CheckerStatus::IGNORE_VISIBILITY) != 0U) {

Completed in 13 milliseconds