Home | History | Annotate | Download | only in Sema

Lines Matching full:diags

218   std::pair<unsigned,unsigned> Diags = GetDiagForGotoScopeDecl(S, D);
219 if (Diags.first || Diags.second) {
220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second,
243 std::pair<unsigned,unsigned> Diags;
246 Diags = ScopePair(diag::note_enters_block_captures_cxx_obj,
250 Diags = ScopePair(diag::note_enters_block_captures_strong,
254 Diags = ScopePair(diag::note_enters_block_captures_weak,
264 Diags.first, Diags.second, Loc));