| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1408 if (!declaresSameEntity(ClassDeclared, IDecl) || in LookupMemberExpr() 1409 !declaresSameEntity(ClassOfMethodDecl, ClassDeclared)) in LookupMemberExpr()
|
| H A D | SemaDeclObjC.cpp | 511 return ID && !declaresSameEntity(ID, CurrentIDecl); in ValidateCandidate() 564 if (declaresSameEntity(PrevDecl, IDecl)) { in ActOnSuperClassOfClassInterface() 2003 else if (IDecl && !declaresSameEntity(IDecl->getSuperClass(), SDecl)) { in ActOnStartClassImplementation() 4133 if (declaresSameEntity(CurrentClass, ResultClass)) in CheckRelatedResultTypeCompatibility()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4828 return declaresSameEntity(C.getInstantiatedFromUsingShadowDecl(Instance), in isInstantiationOf() 4834 return declaresSameEntity(C.getInstantiatedFromUsingDecl(Instance), Pattern); in isInstantiationOf() 4861 declaresSameEntity(OtherFrom, Pattern); in isInstantiationOfUnresolvedUsingDecl() 4918 return declaresSameEntity(Ctx.getInstantiatedFromUnnamedFieldDecl(Field), in isInstantiationOf()
|
| H A D | SemaObjCProperty.cpp | 1322 !declaresSameEntity(ClassDeclared, IDecl)) { in ActOnPropertyImplDecl() 1541 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
|
| H A D | SemaAccess.cpp | 1937 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
|
| H A D | SemaInit.cpp | 2426 if (declaresSameEntity(KnownField, FI)) { in CheckDesignatedInitializer() 2442 if (CurrentField && !declaresSameEntity(CurrentField, *Field)) { in CheckDesignatedInitializer() 9191 return !CTSD || !declaresSameEntity(CTSD->getSpecializedTemplate(), CTD); in isOrIsDerivedFromSpecializationOf()
|
| H A D | SemaDeclCXX.cpp | 8275 if (!declaresSameEntity(ParamType->getAsCXXRecordDecl(), RD)) { in CheckDestructor() 11056 if (declaresSameEntity(cast<CXXConstructorDecl>(Ctor) in findInheritingConstructor() 12962 assert(declaresSameEntity( in BuildCXXConstructExpr()
|
| H A D | SemaDecl.cpp | 473 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent()))) in getTypeName() 12728 if (declaresSameEntity(OrigFD, Original) && in CheckForFunctionRedefinition() 12729 declaresSameEntity(cast<Decl>(I->getLexicalDeclContext()), in CheckForFunctionRedefinition()
|
| H A D | SemaExpr.cpp | 2450 !declaresSameEntity(ClassDeclared, IFace) && in LookupInObjCMethod() 2501 declaresSameEntity(IFace, ClassDeclared)) in LookupInObjCMethod() 9987 if (DL && DR && declaresSameEntity(DL, DR)) { in diagnoseTautologicalComparison()
|
| H A D | SemaTemplate.cpp | 9743 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent()))) in CheckTypenameType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1158 inline bool declaresSameEntity(const Decl *D1, const Decl *D2) { in declaresSameEntity() function
|
| H A D | DeclObjC.h | 1813 if (declaresSameEntity(this, I)) in isSuperClassOf()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1356 if (!declaresSameEntity(D, R.front())) in allLookupResultsAreTheSame()
|
| H A D | RecordLayoutBuilder.cpp | 3133 if (ID && declaresSameEntity(ID->getClassInterface(), Container)) in lookupFieldBitOffset()
|
| H A D | ASTContext.cpp | 7846 if (declaresSameEntity(lProto, rProto)) in ProtocolCompatibleWithProtocol() 8258 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible() 8403 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()
|
| H A D | ASTImporter.cpp | 4365 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition() 4633 !declaresSameEntity(Super->getCanonicalDecl(), in VisitObjCImplementationDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2953 if (!declaresSameEntity(cast<Decl>(X->getDeclContext()->getRedeclContext()), in isSameEntity()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5834 declaresSameEntity(CurMethodDef->getClassInterface(), iFaceDecl->getDecl())) { in RewriteObjCIvarRefExpr()
|