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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp555 Decl *DCanon = D->getCanonicalDecl(); local
557 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
1213 Decl *DCanon = D->getCanonicalDecl(); local
1215 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2568 T *DCanon = D->getCanonicalDecl(); local
2569 if (ExistingCanon != DCanon) {
2570 assert(DCanon->getGlobalID() == Redecl.getFirstID() &&
H A DASTReader.cpp9470 const Decl *DCanon = D->getCanonicalDecl();
9489 if (CanonMember->getCanonicalDecl() == DCanon) {

Completed in 120 milliseconds