Searched refs:ThisClass (Results 1 – 6 of 6) sorted by relevance
403 CodeGenModule::computeVTPointerAuthentication(const CXXRecordDecl *ThisClass) { in computeVTPointerAuthentication() argument408 Context.baseForVTableAuthentication(ThisClass); in computeVTPointerAuthentication()
628 computeVTPointerAuthentication(const CXXRecordDecl *ThisClass);
1785 if (ObjCInterfaceDecl *ThisClass = ObjPT->getInterfaceDecl()) { in CheckMessageArgumentTypes() local1786 Diag(ThisClass->getLocation(), diag::note_receiver_class_declared); in CheckMessageArgumentTypes()1788 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()1791 ThisClass->getNameAsString()); in CheckMessageArgumentTypes()
2915 if (auto *ThisClass = cast<CXXThisExpr>(Base) in RebuildMemberExpr() local2922 if (!ThisClass->Equals(Class) && !ThisClass->isDerivedFrom(Class)) in RebuildMemberExpr()
3461 baseForVTableAuthentication(const CXXRecordDecl *ThisClass);
14187 ASTContext::baseForVTableAuthentication(const CXXRecordDecl *ThisClass) { in baseForVTableAuthentication() argument14188 assert(ThisClass); in baseForVTableAuthentication()14189 assert(ThisClass->isPolymorphic()); in baseForVTableAuthentication()14190 const CXXRecordDecl *PrimaryBase = ThisClass; in baseForVTableAuthentication()