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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp127 typedef std::pair<unsigned,unsigned> ScopePair; typedef
131 static ScopePair GetDiagForGotoScopeDecl(Sema &S, const Decl *D) {
140 return ScopePair(diag::note_protected_by___block,
144 return ScopePair(diag::note_protected_by_cleanup,
150 return ScopePair(diag::note_protected_by_objc_strong_init,
154 return ScopePair(diag::note_protected_by_objc_weak_init,
201 return ScopePair(InDiag, OutDiag);
206 return ScopePair(isa<TypedefDecl>(TD)
212 return ScopePair(0U, 0U);
246 Diags = ScopePair(dia
[all...]

Completed in 98 milliseconds