Home
last modified time | relevance | path

Searched refs:FirstCXXTryLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h179 SourceLocation FirstCXXTryLoc; variable
449 FirstCXXTryLoc = TryLoc; in setHasCXXTry()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp40 FirstCXXTryLoc = SourceLocation(); in Clear()
DSemaStmt.cpp4480 if (FSI->FirstCXXTryLoc.isValid()) { in ActOnSEHTryBlock()
4482 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"; in ActOnSEHTryBlock()