Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2289 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent()
2497 NonEquivalentDecls.insert(P); in Finish()
H A DASTImporter.cpp4298 ASTImporter::NonEquivalentDeclSet NonEquivalentDecls; in IsEquivalentFriend() local
4300 FD1->getASTContext(), FD2->getASTContext(), NonEquivalentDecls, in IsEquivalentFriend()
10500 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4415 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in add() local
4418 NonEquivalentDecls, StructuralEquivalenceKind::Default, in add()
H A DASTReader.cpp9823 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in finishPendingActions() local
9826 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8900 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local
8907 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()