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

/external/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,
151 return ScopePair(diag::note_protected_by_objc_ownership,
198 return ScopePair(InDiag, OutDiag);
203 return ScopePair(isa<TypedefDecl>(TD)
209 return ScopePair(0U, 0U);
243 Diags = ScopePair(diag::note_enters_block_captures_cxx_obj,
247 Diags = ScopePair(dia
[all...]

Completed in 71 milliseconds