Searched refs:NonEquivalentDecls (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2125 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent() 2333 NonEquivalentDecls.insert(P); in Finish()
|
| H A D | ASTImporter.cpp | 10066 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8736 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local 8743 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9360 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in finishPendingActions() local 9363 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
|