reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/ScopeInfo.h
  427     FirstSEHTryLoc = TryLoc;
tools/clang/lib/Sema/ScopeInfo.cpp
   40   FirstSEHTryLoc = SourceLocation();
tools/clang/lib/Sema/SemaCoroutine.cpp
 1382   if (!S.getLangOpts().Borland && Fn.FirstSEHTryLoc.isValid()) {
 1383     S.Diag(Fn.FirstSEHTryLoc, diag::err_seh_in_a_coroutine_with_cxx_exceptions);
tools/clang/lib/Sema/SemaStmt.cpp
 4076   if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) {
 4078     Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'";