Lines Matching defs:getCommonDecl
13311 static Decl *getCommonDecl(Decl *X, Decl *Y) {
13326 static T *getCommonDecl(T *X, T *Y) {
13328 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)),
13334 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)),
13916 getCommonDecl(TX->getDecl(), TY->getDecl()));
14013 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(),
14040 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl()));
14054 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl());
14089 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl());
14124 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl());