Home
last modified time | relevance | path

Searched refs:TheLabel (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp624 LabelDecl *TheLabel = *I; in VerifyIndirectJumps() local
625 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
627 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps()
629 if (!Target) Target = TheLabel; in VerifyIndirectJumps()