Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h255 NonEquivalentDeclSet NonEquivalentDecls; variable
538 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
/freebsd/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()
/freebsd/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.cpp9768 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 DSemaType.cpp8900 llvm::DenseSet<std::pair<Decl *, Decl *>> NonEquivalentDecls; in hasStructuralCompatLayout() local
8907 D->getASTContext(), Suggested->getASTContext(), NonEquivalentDecls, in hasStructuralCompatLayout()