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

/external/clang/lib/AST/
H A DDeclTemplate.cpp428 Decl *DCanon = D->getCanonicalDecl(); local
433 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
1078 Decl *DCanon = D->getCanonicalDecl(); local
1083 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1771 T *DCanon = static_cast<T*>(D)->getCanonicalDecl(); local
1772 if (ExistingCanon != DCanon) {
1785 // Don't introduce DCanon into the set of pending declaration chains.
1800 if (DCanon == static_cast<T*>(D)) {

Completed in 369 milliseconds