Lines Matching refs:getCanonicalDecl
75 if (getCanonicalDecl() == Base->getCanonicalDecl()) in isDerivedFrom()
80 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl(); in isDerivedFrom()
96 if (getCanonicalDecl() == Base->getCanonicalDecl()) in isVirtuallyDerivedFrom()
101 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl(); in isVirtuallyDerivedFrom()
110 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl(); in isProvablyNotDerivedFrom()
112 return Base->getCanonicalDecl() != TargetDecl; in isProvablyNotDerivedFrom()
366 assert(BaseRecord->getCanonicalDecl() == BaseRecord && in FindBaseClass()
369 ->getCanonicalDecl() == BaseRecord; in FindBaseClass()
375 assert(BaseRecord->getCanonicalDecl() == BaseRecord && in FindVirtualBaseClass()
379 ->getCanonicalDecl() == BaseRecord; in FindVirtualBaseClass()
518 = ++SubobjectCount[cast<CXXRecordDecl>(RD->getCanonicalDecl())]; in Collect()
562 const CXXMethodDecl *CanonOM = OM->first->getCanonicalDecl(); in Collect()
573 CXXMethodDecl *CanonM = M->getCanonicalDecl(); in Collect()
600 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect()