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

Declarations

tools/clang/include/clang/AST/DeclCXX.h
 2050   QualType getThisObjectType() const;

References

tools/clang/lib/CodeGen/CGClass.cpp
  499       QualType ThisTy = D->getThisObjectType();
 1450       QualType ThisTy = Dtor->getThisObjectType();
 1484       QualType ThisTy = Dtor->getThisObjectType();
 2377       QualType ThisTy = Dtor->getThisObjectType();
tools/clang/lib/Sema/SemaInit.cpp
 6733   if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) &&
 6734       !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType()))