Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h55 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls; member
77 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls,
81 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls), in FromCtx()
H A DASTImporter.h255 NonEquivalentDeclSet NonEquivalentDecls; variable
538 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2252 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent()
2460 NonEquivalentDecls.insert(P); in Finish()
H A DASTImporter.cpp4218 ASTImporter::NonEquivalentDeclSet NonEquivalentDecls; in IsEquivalentFriend() local
4220 FD1->getASTContext(), FD2->getASTContext(), NonEquivalentDecls, in IsEquivalentFriend()
10406 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4351 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in add() local
4354 NonEquivalentDecls, StructuralEquivalenceKind::Default, in add()
H A DASTReader.cpp9628 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in finishPendingActions() local
9631 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9226 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local
9233 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()