reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2050 QualType getThisObjectType() const;
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()))