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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp725 LabelDecl *TheLabel = *I; local
726 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt())))
728 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()];
730 if (!Target) Target = TheLabel;

Completed in 68 milliseconds