Searched refs:FirstCXXTryLoc (Results 1 – 3 of 3) sorted by relevance
128 SourceLocation FirstCXXTryLoc; variable332 FirstCXXTryLoc = TryLoc; in setHasCXXTry()
36 FirstCXXTryLoc = SourceLocation(); in Clear()
3621 if (FSI->FirstCXXTryLoc.isValid()) { in ActOnSEHTryBlock()3623 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"; in ActOnSEHTryBlock()