Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTStructuralEquivalence.h55 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 DASTImporter.h283 NonEquivalentDeclSet NonEquivalentDecls; variable
562 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1871 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent()
2079 NonEquivalentDecls.insert(P); in Finish()
H A DASTImporter.cpp9402 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8395 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local
8402 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()