Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp680 LabelDecl *TheLabel = *I; in VerifyIndirectJumps() local
681 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
683 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps()
685 if (!Target) Target = TheLabel; in VerifyIndirectJumps()