Lines Matching refs:getCanonicalDecl
84 if (getCanonicalDecl() == Base->getCanonicalDecl()) in isDerivedFrom()
89 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl(); in isDerivedFrom()
105 if (getCanonicalDecl() == Base->getCanonicalDecl()) in isVirtuallyDerivedFrom()
110 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl(); in isVirtuallyDerivedFrom()
120 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl(); in isProvablyNotDerivedFrom()
122 return Base->getCanonicalDecl() != TargetDecl; in isProvablyNotDerivedFrom()
359 assert(BaseRecord->getCanonicalDecl() == BaseRecord && in FindBaseClass()
362 ->getCanonicalDecl() == BaseRecord; in FindBaseClass()
368 assert(BaseRecord->getCanonicalDecl() == BaseRecord && in FindVirtualBaseClass()
372 ->getCanonicalDecl() == BaseRecord; in FindVirtualBaseClass()
496 = ++SubobjectCount[cast<CXXRecordDecl>(RD->getCanonicalDecl())]; in Collect()
541 = cast<CXXMethodDecl>(OM->first->getCanonicalDecl()); in Collect()
552 CXXMethodDecl *CanonM = cast<CXXMethodDecl>(M->getCanonicalDecl()); in Collect()
581 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect()