Home
last modified time | relevance | path

Searched refs:FirstSEHTryLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h141 SourceLocation FirstSEHTryLoc; variable
367 FirstSEHTryLoc = TryLoc; in setHasSEHTry()
/external/clang/lib/Sema/
DScopeInfo.cpp39 FirstSEHTryLoc = SourceLocation(); in Clear()
DSemaStmt.cpp3653 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) { in ActOnCXXTryBlock()
3655 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'"; in ActOnCXXTryBlock()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h178 SourceLocation FirstSEHTryLoc; variable
449 FirstSEHTryLoc = TryLoc; in setHasSEHTry()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp41 FirstSEHTryLoc = SourceLocation(); in Clear()
DSemaCoroutine.cpp1511 if (!S.getLangOpts().Borland && Fn.FirstSEHTryLoc.isValid()) { in makeOnException()
1512 S.Diag(Fn.FirstSEHTryLoc, diag::err_seh_in_a_coroutine_with_cxx_exceptions); in makeOnException()
DSemaStmt.cpp4159 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) { in ActOnCXXTryBlock()
4161 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'"; in ActOnCXXTryBlock()