Searched refs:NonEquivalentDecls (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTStructuralEquivalence.h | 62 NonEquivalentDeclSet &NonEquivalentDecls; member 84 NonEquivalentDeclSet &NonEquivalentDecls, 91 NonEquivalentDecls(NonEquivalentDecls), EqKind(EqKind), in LangOpts()
|
| H A D | ASTImporter.h | 256 NonEquivalentDeclSet NonEquivalentDecls; variable 551 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2558 if (Context.NonEquivalentDecls.count( in IsStructurallyEquivalent() 2767 NonEquivalentDecls.insert( in Finish()
|
| H A D | ASTImporter.cpp | 4567 ASTImporter::NonEquivalentDeclSet NonEquivalentDecls; in IsEquivalentFriend() local 4570 FD2->getASTContext(), NonEquivalentDecls, in IsEquivalentFriend() 10868 getToContext().getLangOpts(), FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 11575 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in mergeTagDefinitions() local 11577 getLangOpts(), *this, *this, NonEquivalentDecls, in mergeTagDefinitions()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4560 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in add() local 4563 Existing->getASTContext(), NonEquivalentDecls, in add()
|
| H A D | ASTReader.cpp | 10378 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in finishPendingActions() local 10381 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 9185 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in hasStructuralCompatLayout() local 9193 NonEquivalentDecls, StructuralEquivalenceKind::Default, in hasStructuralCompatLayout()
|