Searched refs:DCanon (Results 1 – 3 of 3) sorted by relevance
435 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local437 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()1042 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local1044 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
2379 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local2380 if (ExistingCanon != DCanon) { in mergeRedeclarable()2381 assert(DCanon->getGlobalID() == Redecl.getFirstID() && in mergeRedeclarable()
8507 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local8526 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()