Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp692 LabelDecl *TheLabel = *I; in VerifyIndirectJumps() local
693 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
695 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps()
697 if (!Target) Target = TheLabel; in VerifyIndirectJumps()