Searched refs:DCanon (Results 1 – 3 of 3) sorted by relevance
604 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local606 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()1343 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local1345 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
2949 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local2950 if (ExistingCanon != DCanon) { in mergeRedeclarable()
10023 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local10042 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()