Searched refs:DCanon (Results 1 – 3 of 3) sorted by relevance
581 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local583 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()1243 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local1245 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
2607 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local2608 if (ExistingCanon != DCanon) { in mergeRedeclarable()2609 assert(DCanon->getGlobalID() == Redecl.getFirstID() && in mergeRedeclarable()
9464 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local9483 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()