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

/external/clang/lib/AST/
H A DDeclTemplate.cpp425 Decl *DCanon = D->getCanonicalDecl(); local
430 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
1042 Decl *DCanon = D->getCanonicalDecl(); local
1047 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2057 T *DCanon = D->getCanonicalDecl(); local
2058 if (ExistingCanon != DCanon) {
2075 // Don't introduce DCanon into the set of pending declaration chains.
2090 if (DCanon == D) {
H A DASTReader.cpp8134 const Decl *DCanon = D->getCanonicalDecl();
8143 if (RI->getCanonicalDecl() == DCanon)

Completed in 141 milliseconds