Searched refs:getCommonDecl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12886 static Decl *getCommonDecl(Decl *X, Decl *Y) { in getCommonDecl() function 12901 static T *getCommonDecl(T *X, T *Y) { in getCommonDecl() function 12903 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)), in getCommonDecl() 12909 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)), in getCommonDeclChecked() 13487 getCommonDecl(TX->getDecl(), TY->getDecl())); in getCommonNonSugarTypeNode() 13582 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(), in getCommonSugarTypeNode() 13609 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl())); in getCommonSugarTypeNode() 13623 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl()); in getCommonSugarTypeNode() 13657 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl()); in getCommonSugarTypeNode() 13692 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl()); in getCommonSugarTypeNode()
|