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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp51 /// OutDiag - The note to emit if there is an indirect jump out
54 unsigned OutDiag; member in struct:__anon591::JumpScopeChecker::GotoScope
59 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
61 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
136 unsigned OutDiag = 0; local
164 OutDiag = diag::note_exits_dtor;
197 if (OutDiag)
207 return ScopePair(InDiag, OutDiag);
660 /// A path out is trivial is none of the exited scopes have an OutDiag
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1260 ASTUnit::StandaloneDiagnostic OutDiag; local
1261 OutDiag.ID = InDiag.getID();
1262 OutDiag.Level = InDiag.getLevel();
1263 OutDiag.Message = InDiag.getMessage();
1264 OutDiag.LocOffset = 0;
1266 return OutDiag;
1269 OutDiag.Filename = SM.getFilename(FileLoc);
1270 if (OutDiag.Filename.empty())
1271 return OutDiag;
1272 OutDiag
[all...]

Completed in 64 milliseconds