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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2543 T *DCanon = D->getCanonicalDecl(); local
2544 if (ExistingCanon != DCanon) {
2545 assert(DCanon->getGlobalID() == Redecl.getFirstID() &&
H A DASTReader.cpp9346 const Decl *DCanon = D->getCanonicalDecl();
9365 if (CanonMember->getCanonicalDecl() == DCanon) {

Completed in 205 milliseconds