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

/freebsd-13-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:__anon2002::JumpScopeChecker::GotoScope
59 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
61 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
137 unsigned OutDiag = 0; local
165 OutDiag = diag::note_exits_dtor;
198 if (OutDiag)
208 return ScopePair(InDiag, OutDiag);
285 unsigned OutDiag local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1261 ASTUnit::StandaloneDiagnostic OutDiag; local
1262 OutDiag.ID = InDiag.getID();
1263 OutDiag.Level = InDiag.getLevel();
1264 OutDiag.Message = std::string(InDiag.getMessage());
1265 OutDiag.LocOffset = 0;
1267 return OutDiag;
1270 OutDiag.Filename = std::string(SM.getFilename(FileLoc));
1271 if (OutDiag.Filename.empty())
1272 return OutDiag;
1273 OutDiag
[all...]

Completed in 111 milliseconds