Home
last modified time | relevance | path

Searched refs:OutDiag (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp55 unsigned OutDiag; member
60 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() local
158 OutDiag = diag::note_exits_dtor; in GetDiagForGotoScopeDecl()
191 if (OutDiag) in GetDiagForGotoScopeDecl()
201 return ScopePair(InDiag, OutDiag); in GetDiagForGotoScopeDecl()
693 if (Scopes[Scope].OutDiag) break; in VerifyIndirectJumps()
753 if (Scopes[I].OutDiag) { in DiagnoseIndirectJump()
755 S.Diag(Scopes[I].Loc, Scopes[I].OutDiag); in DiagnoseIndirectJump()
/external/clang/lib/Frontend/
DASTUnit.cpp1300 ASTUnit::StandaloneDiagnostic OutDiag; in makeStandaloneDiagnostic() local
1301 OutDiag.ID = InDiag.getID(); in makeStandaloneDiagnostic()
1302 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
1303 OutDiag.Message = InDiag.getMessage(); in makeStandaloneDiagnostic()
1304 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1306 return OutDiag; in makeStandaloneDiagnostic()
1309 OutDiag.Filename = SM.getFilename(FileLoc); in makeStandaloneDiagnostic()
1310 if (OutDiag.Filename.empty()) in makeStandaloneDiagnostic()
1311 return OutDiag; in makeStandaloneDiagnostic()
1312 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
[all …]