Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclTemplate.cpp427 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
432 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
1078 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
1083 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp1858 T *DCanon = static_cast<T*>(D)->getCanonicalDecl(); in mergeRedeclarable() local
1859 if (ExistingCanon != DCanon) { in mergeRedeclarable()
1887 if (DCanon == static_cast<T*>(D)) { in mergeRedeclarable()
DASTReader.cpp7428 const Decl *DCanon = D->getCanonicalDecl(); in finishPendingActions() local
7439 if ((*RI)->getCanonicalDecl() == DCanon) in finishPendingActions()