Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp435 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
437 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
1042 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
1044 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp555 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
557 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
1217 Decl *DCanon = D->getCanonicalDecl(); in findPartialSpecInstantiatedFromMember() local
1219 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon) in findPartialSpecInstantiatedFromMember()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2379 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local
2380 if (ExistingCanon != DCanon) { in mergeRedeclarable()
2381 assert(DCanon->getGlobalID() == Redecl.getFirstID() && in mergeRedeclarable()
DASTReader.cpp8507 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local
8526 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2587 T *DCanon = D->getCanonicalDecl(); in mergeRedeclarable() local
2588 if (ExistingCanon != DCanon) { in mergeRedeclarable()
2589 assert(DCanon->getGlobalID() == Redecl.getFirstID() && in mergeRedeclarable()
DASTReader.cpp9572 const Decl *DCanon = D->getCanonicalDecl(); in diagnoseOdrViolations() local
9591 if (CanonMember->getCanonicalDecl() == DCanon) { in diagnoseOdrViolations()