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

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1148   const CXXRecordDecl *RD = FI.getReturnType()->getAsCXXRecordDecl();
 4213   auto catchRD = CatchType->getAsCXXRecordDecl();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1084   const CXXRecordDecl *RD = FI.getReturnType()->getAsCXXRecordDecl();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2703         = Class->isDerivedFrom(CanonicalBase->getAsCXXRecordDecl(), Paths);