| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1472 if (!declaresSameEntity(ClassDeclared, IDecl) || in LookupMemberExpr() 1473 !declaresSameEntity(ClassOfMethodDecl, ClassDeclared)) in LookupMemberExpr()
|
| H A D | SemaTemplateVariadic.cpp | 310 return declaresSameEntity(Pack.first.get<NamedDecl *>(), LocalPack); in DiagnoseUnexpandedParameterPacks()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 629 !declaresSameEntity(T->getAsCXXRecordDecl(), RD)) in isRelevantAttr() 5957 return declaresSameEntity(C.getInstantiatedFromUsingShadowDecl(Instance), in isInstantiationOf() 5963 return declaresSameEntity(C.getInstantiatedFromUsingDecl(Instance), Pattern); in isInstantiationOf() 5990 declaresSameEntity(OtherFrom, Pattern); in isInstantiationOfUnresolvedUsingDecl() 6047 return declaresSameEntity(Ctx.getInstantiatedFromUnnamedFieldDecl(Field), in isInstantiationOf()
|
| H A D | SemaDeclObjC.cpp | 512 return ID && !declaresSameEntity(ID, CurrentIDecl); in ValidateCandidate() 568 if (declaresSameEntity(PrevDecl, IDecl)) { in ActOnSuperClassOfClassInterface() 2035 else if (IDecl && !declaresSameEntity(IDecl->getSuperClass(), SDecl)) { in ActOnStartClassImplementation() 4258 if (declaresSameEntity(CurrentClass, ResultClass)) in CheckRelatedResultTypeCompatibility()
|
| H A D | SemaObjCProperty.cpp | 1350 !declaresSameEntity(ClassDeclared, IDecl)) { in ActOnPropertyImplDecl() 1589 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
|
| H A D | SemaAccess.cpp | 1986 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
|
| H A D | SemaInit.cpp | 2759 if (declaresSameEntity(KnownField, FI)) { in CheckDesignatedInitializer() 2775 if (CurrentField && !declaresSameEntity(CurrentField, *Field)) { in CheckDesignatedInitializer() 2834 declaresSameEntity(*FI, **NextField)) in CheckDesignatedInitializer() 10581 return !CTSD || !declaresSameEntity(CTSD->getSpecializedTemplate(), CTD); in isOrIsDerivedFromSpecializationOf()
|
| H A D | SemaOverload.cpp | 972 declaresSameEntity(cast<Decl>(EqFD->getEnclosingNamespaceContext()), in shouldAddReversedEqEq() 10137 if (declaresSameEntity(F1, F2)) in allowAmbiguity() 10142 if (declaresSameEntity(PT1, PT2) || in allowAmbiguity() 10143 declaresSameEntity(PT1->getInstantiatedFromMemberTemplate(), in allowAmbiguity() 14583 declaresSameEntity(AmbiguousWith.front(), FnDecl); in CreateOverloadedBinOp()
|
| H A D | SemaDeclCXX.cpp | 10956 if (!declaresSameEntity(ParamType->getAsCXXRecordDecl(), RD)) { in CheckDestructor() 14085 if (declaresSameEntity(cast<CXXConstructorDecl>(Ctor) in findInheritingConstructor() 16105 assert(declaresSameEntity( in BuildCXXConstructExpr()
|
| H A D | SemaDeclAttr.cpp | 1465 if (Template && declaresSameEntity(Template, CTD)) { in handlePreferredName() 7075 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
|
| H A D | SemaDecl.cpp | 564 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent()))) in getTypeName() 15547 if (declaresSameEntity(OrigFD, OrigDef) && in CheckForFunctionRedefinition() 15548 declaresSameEntity(cast<Decl>(Definition->getLexicalDeclContext()), in CheckForFunctionRedefinition()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4153 return declaresSameEntity(DRE1->getDecl(), DRE2->getDecl()); in isSameComparisonOperand() 4159 declaresSameEntity(Ivar1->getDecl(), Ivar2->getDecl()); in isSameComparisonOperand() 4188 if (!declaresSameEntity(ME1->getMemberDecl(), ME2->getMemberDecl())) in isSameComparisonOperand() 4212 return declaresSameEntity(VD1, VD2); in isSameComparisonOperand()
|
| H A D | DeclCXX.cpp | 1568 if (!declaresSameEntity(D, R.front())) in allLookupResultsAreTheSame() 2246 if (declaresSameEntity(D, OtherD) || recursivelyOverrides(OtherD, D)) in getCorrespondingMethodInClass()
|
| H A D | ASTContext.cpp | 6513 if (!declaresSameEntity(cast<Decl>(X->getDeclContext()->getRedeclContext()), in isSameEntity() 6717 return declaresSameEntity( in isSameEntity() 9645 if (declaresSameEntity(lProto, rProto)) in ProtocolCompatibleWithProtocol() 10060 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible() 10205 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces() 12395 if (!declaresSameEntity(X, Y)) in getCommonDecl()
|
| H A D | ExprConstant.cpp | 5910 if (BaseClass && declaresSameEntity(BaseClass, Base)) in isBaseClassPublic() 5961 if (!Paths && (declaresSameEntity(DynType->Type, C) || in HandleDynamicCast() 5985 if (declaresSameEntity(Class, C)) in HandleDynamicCast() 6035 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found() 6100 assert(declaresSameEntity(FD, in MaybeHandleUnionActiveMemberChange() 6133 assert(declaresSameEntity(Elt->getType()->getAsCXXRecordDecl(), in MaybeHandleUnionActiveMemberChange() 6398 for (; !declaresSameEntity(*FieldIt, FD); ++FieldIt) { in HandleConstructorCall()
|
| H A D | TypePrinter.cpp | 1461 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
|
| H A D | RecordLayoutBuilder.cpp | 3498 if (ID && declaresSameEntity(ID->getClassInterface(), Container)) in lookupFieldBitOffset()
|
| H A D | ItaniumMangle.cpp | 6176 return V.getUnionField() && declaresSameEntity(FD, V.getUnionField()) && in isZeroInitialized()
|
| H A D | ASTImporter.cpp | 5352 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition() 5617 !declaresSameEntity(Super->getCanonicalDecl(), in VisitObjCImplementationDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 705 !declaresSameEntity(ILE->getInitializedFieldInUnion(), Field)) in Build() 839 if (RD->isUnion() && !declaresSameEntity(Val.getUnionField(), *Field)) in Build()
|
| H A D | CGExprCXX.cpp | 1954 if (declaresSameEntity(getCXXRecord(Base), DevirtualizedClass)) { in EmitObjectDelete()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1285 inline bool declaresSameEntity(const Decl *D1, const Decl *D2) { in declaresSameEntity() function
|
| H A D | DeclObjC.h | 1808 if (declaresSameEntity(this, I)) in isSuperClassOf()
|
| H A D | RecursiveASTVisitor.h | 2191 declaresSameEntity(RD->getLambdaCallOperator(), MD)) {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5837 declaresSameEntity(CurMethodDef->getClassInterface(), in RewriteObjCIvarRefExpr()
|