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

Overrides

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2359 llvm::Constant *CGObjCGNU::GetEHType(QualType T) {
tools/clang/lib/CodeGen/CGObjCRuntime.h
  141   virtual llvm::Constant *GetEHType(QualType T) = 0;

Declarations

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  745     llvm::Constant *GetEHType(QualType T) override;