Searched refs:ThisClass (Results 1 – 6 of 6) sorted by relevance
540 CodeGenModule::computeVTPointerAuthentication(const CXXRecordDecl *ThisClass) { in computeVTPointerAuthentication() argument545 Context.baseForVTableAuthentication(ThisClass); in computeVTPointerAuthentication()
677 computeVTPointerAuthentication(const CXXRecordDecl *ThisClass);
1772 if (ObjCInterfaceDecl *ThisClass = ObjPT->getInterfaceDecl()) { in CheckMessageArgumentTypes() local1773 Diag(ThisClass->getLocation(), diag::note_receiver_class_declared); in CheckMessageArgumentTypes()1775 if (ThisClass->lookupClassMethod(Sel)) in CheckMessageArgumentTypes()1778 ThisClass->getNameAsString()); in CheckMessageArgumentTypes()
2948 if (auto *ThisClass = cast<CXXThisExpr>(Base) in RebuildMemberExpr() local2955 if (!ThisClass->Equals(Class) && !ThisClass->isDerivedFrom(Class)) in RebuildMemberExpr()
3700 baseForVTableAuthentication(const CXXRecordDecl *ThisClass);
15112 ASTContext::baseForVTableAuthentication(const CXXRecordDecl *ThisClass) { in baseForVTableAuthentication() argument15113 assert(ThisClass); in baseForVTableAuthentication()15114 assert(ThisClass->isPolymorphic()); in baseForVTableAuthentication()15115 const CXXRecordDecl *PrimaryBase = ThisClass; in baseForVTableAuthentication()