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

/external/clang/lib/AST/
H A DDeclTemplate.cpp414 Decl *DCanon = D->getCanonicalDecl(); local
419 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1561 T *DCanon = static_cast<T*>(D)->getCanonicalDecl(); local
1562 if (ExistingCanon != DCanon) {
1575 // Don't introduce DCanon into the set of pending declaration chains.
1590 if (DCanon == static_cast<T*>(D)) {

Completed in 1134 milliseconds