Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclTemplate.cpp604 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
606 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
1324 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
1326 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp2810 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local
2811 if (ExistingCanon != DCanon) { in mergeRedeclarable()
DASTReader.cpp9606 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local
9625 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()