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

Overrides

tools/clang/lib/CodeGen/CGCXXABI.h
  233   virtual llvm::GlobalVariable *getThrowInfo(QualType T) { return nullptr; }

Declarations

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  756   llvm::GlobalVariable *getThrowInfo(QualType T) override;

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 4283   llvm::GlobalVariable *TI = getThrowInfo(ThrowType);