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

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  353         Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
tools/clang/lib/Parse/ParseStmt.cpp
  511     raii3(Ident_GetExceptionCode, false);
tools/clang/lib/Parse/Parser.cpp
  500   Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
  509     Ident_GetExceptionCode       = PP.getIdentifierInfo("GetExceptionCode");
  516     PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block);