Searched refs:OutDiag (Results 1 – 2 of 2) sorted by relevance
55 unsigned OutDiag; member60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, in GotoScope()62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()134 unsigned OutDiag = 0; in GetDiagForGotoScopeDecl() local155 OutDiag = diag::note_exits_dtor; in GetDiagForGotoScopeDecl()188 if (OutDiag) in GetDiagForGotoScopeDecl()198 return ScopePair(InDiag, OutDiag); in GetDiagForGotoScopeDecl()690 if (Scopes[Scope].OutDiag) break; in VerifyIndirectJumps()750 if (Scopes[I].OutDiag) { in DiagnoseIndirectJump()752 S.Diag(Scopes[I].Loc, Scopes[I].OutDiag); in DiagnoseIndirectJump()
1299 ASTUnit::StandaloneDiagnostic OutDiag; in makeStandaloneDiagnostic() local1300 OutDiag.ID = InDiag.getID(); in makeStandaloneDiagnostic()1301 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()1302 OutDiag.Message = InDiag.getMessage(); in makeStandaloneDiagnostic()1303 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()1305 return OutDiag; in makeStandaloneDiagnostic()1308 OutDiag.Filename = SM.getFilename(FileLoc); in makeStandaloneDiagnostic()1309 if (OutDiag.Filename.empty()) in makeStandaloneDiagnostic()1310 return OutDiag; in makeStandaloneDiagnostic()1311 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()[all …]