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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2920   void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,

References

tools/clang/lib/CodeGen/CGException.cpp
 1898   startOutlinedSEHHelper(ParentCGF, true, FilterExpr);
 1915   startOutlinedSEHHelper(ParentCGF, false, FinallyBlock);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  200         HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock);