Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTStructuralEquivalence.h57 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls; member
76 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls,
80 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls), in FromCtx()
H A DASTImporter.h134 NonEquivalentDeclSet NonEquivalentDecls; variable
415 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1412 if (Context.NonEquivalentDecls.count( in IsStructurallyEquivalent()
1664 NonEquivalentDecls.insert( in Finish()
H A DASTImporter.cpp8509 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp7617 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local
7624 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()