Searched refs:getCommonDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13544 static Decl *getCommonDecl(Decl *X, Decl *Y) { in getCommonDecl() function 13559 static T *getCommonDecl(T *X, T *Y) { in getCommonDecl() function 13561 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)), in getCommonDecl() 13567 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)), in getCommonDeclChecked() 14292 getCommonDecl(TX->getDecl(), TY->getDecl())); in getCommonNonSugarTypeNode() 14389 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(), in getCommonSugarTypeNode() 14417 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl())); in getCommonSugarTypeNode() 14431 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl()); in getCommonSugarTypeNode() 14468 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl()); in getCommonSugarTypeNode() 14503 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl()); in getCommonSugarTypeNode()
|