Searched refs:ScopePair (Results 1 – 1 of 1) sorted by relevance
139 typedef std::pair<unsigned,unsigned> ScopePair; typedef143 static ScopePair GetDiagForGotoScopeDecl(Sema &S, const Decl *D) { in GetDiagForGotoScopeDecl()152 return ScopePair(diag::note_protected_by___block, in GetDiagForGotoScopeDecl()156 return ScopePair(diag::note_protected_by_cleanup, in GetDiagForGotoScopeDecl()162 return ScopePair(diag::note_protected_by_objc_strong_init, in GetDiagForGotoScopeDecl()166 return ScopePair(diag::note_protected_by_objc_weak_init, in GetDiagForGotoScopeDecl()170 return ScopePair(diag::note_protected_by_non_trivial_c_struct_init, in GetDiagForGotoScopeDecl()218 return ScopePair(InDiag, OutDiag); in GetDiagForGotoScopeDecl()223 return ScopePair(isa<TypedefDecl>(TD) in GetDiagForGotoScopeDecl()229 return ScopePair(0U, 0U); in GetDiagForGotoScopeDecl()[all …]