Home
last modified time | relevance | path

Searched refs:DCanon (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp604 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
606 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
1343 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
1345 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2949 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local
2950 if (ExistingCanon != DCanon) { in mergeRedeclarable()
H A DASTReader.cpp10023 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local
10042 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()