Searched refs:DCanon (Results 1 – 3 of 3) sorted by relevance
446 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local451 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()1058 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local1063 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
2216 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local2217 if (ExistingCanon != DCanon) { in mergeRedeclarable()2218 assert(DCanon->getGlobalID() == Redecl.getFirstID() && in mergeRedeclarable()2241 if (DCanon == D) { in mergeRedeclarable()
8526 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local8545 if (RI->getCanonicalDecl() == DCanon) in diagnoseOdrViolations()