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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp586 LabelDecl *TheLabel = *I; local
587 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt())))
589 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()];
591 if (!Target) Target = TheLabel;

Completed in 61 milliseconds