Searched refs:NonEquivalentDecls (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 255 NonEquivalentDeclSet NonEquivalentDecls; variable 538 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 2289 if (Context.NonEquivalentDecls.count(P)) in IsStructurallyEquivalent() 2497 NonEquivalentDecls.insert(P); in Finish()
|
H A D | ASTImporter.cpp | 4298 ASTImporter::NonEquivalentDeclSet NonEquivalentDecls; in IsEquivalentFriend() local 4300 FD1->getASTContext(), FD2->getASTContext(), NonEquivalentDecls, in IsEquivalentFriend() 10500 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4415 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in add() local 4418 NonEquivalentDecls, StructuralEquivalenceKind::Default, in add()
|
H A D | ASTReader.cpp | 9768 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in finishPendingActions() local 9771 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 8900 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local 8907 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()
|