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()
747 if (Scopes[Scope].OutDiag) break; in VerifyIndirectJumps()
807 if (Scopes[I].OutDiag) { in DiagnoseIndirectJump()
809 S.Diag(Scopes[I].Loc, Scopes[I].OutDiag); in DiagnoseIndirectJump()
/external/clang/lib/Frontend/
DASTUnit.cpp1298 ASTUnit::StandaloneDiagnostic OutDiag; in makeStandaloneDiagnostic() local
1299 OutDiag.ID = InDiag.getID(); in makeStandaloneDiagnostic()
1300 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
1301 OutDiag.Message = InDiag.getMessage(); in makeStandaloneDiagnostic()
1302 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1304 return OutDiag; in makeStandaloneDiagnostic()
1307 OutDiag.Filename = SM.getFilename(FileLoc); in makeStandaloneDiagnostic()
1308 if (OutDiag.Filename.empty()) in makeStandaloneDiagnostic()
1309 return OutDiag; in makeStandaloneDiagnostic()
1310 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
[all …]