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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4275   StmtResult ActOnSEHTryBlock(bool IsCXXTry, // try (true) or __try (false) ?

References

tools/clang/lib/Parse/ParseStmt.cpp
  497   return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
 2238     return Actions.ActOnSEHTryBlock(true /* IsCXXTry */,
tools/clang/lib/Sema/TreeTransform.h
 2132     return getSema().ActOnSEHTryBlock(IsCXXTry, TryLoc, TryBlock, Handler);