Searched refs:NonEquivalentDecls (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTStructuralEquivalence.h | 55 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls; member 74 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls, 78 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls), in FromCtx()
|
| H A D | ASTImporter.h | 255 NonEquivalentDeclSet NonEquivalentDecls; variable 537 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | StructuralEquivalenceTest.cpp | 1704 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; member 1717 return NonEquivalentDecls.count(D) > 0; in isInNonEqCache() 1737 NonEquivalentDecls, StructuralEquivalenceKind::Default, false, false); in TEST_F() 1774 NonEquivalentDecls, StructuralEquivalenceKind::Default, false, false); in TEST_F() 1813 NonEquivalentDecls, StructuralEquivalenceKind::Default, false, false); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2078 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent() 2286 NonEquivalentDecls.insert(P); in Finish()
|
| H A D | ASTImporter.cpp | 9912 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8634 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local 8641 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9335 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in finishPendingActions() local 9338 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
|