Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12394 static Decl *getCommonDecl(Decl *X, Decl *Y) { in getCommonDecl() function
12409 static T *getCommonDecl(T *X, T *Y) { in getCommonDecl() function
12411 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)), in getCommonDecl()
12417 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)), in getCommonDeclChecked()
12975 getCommonDecl(TX->getDecl(), TY->getDecl())); in getCommonNonSugarTypeNode()
13069 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(), in getCommonSugarTypeNode()
13095 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl())); in getCommonSugarTypeNode()
13109 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl()); in getCommonSugarTypeNode()
13143 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl()); in getCommonSugarTypeNode()
13178 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl()); in getCommonSugarTypeNode()