Searched refs:getCommonDecl (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12252 static Decl *getCommonDecl(Decl *X, Decl *Y) { in getCommonDecl() function 12267 static T *getCommonDecl(T *X, T *Y) { in getCommonDecl() function 12269 getCommonDecl(const_cast<Decl *>(cast_or_null<Decl>(X)), in getCommonDecl() 12275 return cast<T>(getCommonDecl(const_cast<Decl *>(cast<Decl>(X)), in getCommonDeclChecked() 12825 getCommonDecl(TX->getDecl(), TY->getDecl())); in getCommonNonSugarTypeNode() 12919 ConceptDecl *CD = ::getCommonDecl(AX->getTypeConstraintConcept(), in getCommonSugarTypeNode() 12943 ::getCommonDecl(EX->getOwnedTagDecl(), EY->getOwnedTagDecl())); in getCommonSugarTypeNode() 12957 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl()); in getCommonSugarTypeNode() 12991 const TypedefNameDecl *CD = ::getCommonDecl(TX->getDecl(), TY->getDecl()); in getCommonSugarTypeNode() 13026 ::getCommonDecl(UX->getFoundDecl(), UY->getFoundDecl()); in getCommonSugarTypeNode()
|