Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp760 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps() local
761 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectOrAsmJumps()
763 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps()
765 if (!Target) Target = TheLabel; in VerifyIndirectOrAsmJumps()