Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h179 SourceLocation FirstCXXTryLoc; variable
449 FirstCXXTryLoc = TryLoc; in setHasCXXTry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp40 FirstCXXTryLoc = SourceLocation(); in Clear()
H A DSemaStmt.cpp4532 if (FSI->FirstCXXTryLoc.isValid()) { in ActOnSEHTryBlock()
4534 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"; in ActOnSEHTryBlock()