Lines Matching defs:getCommonDecl
12886 static Decl *getCommonDecl(Decl *X, Decl *Y) {
12901 static T *getCommonDecl(T *X, T *Y) {
12903 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)),
12909 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)),
13487 getCommonDecl(TX->getDecl(), TY->getDecl()));
13582 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(),
13609 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl()));
13623 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl());
13657 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl());
13692 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl());