Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h62 NonEquivalentDeclSet &NonEquivalentDecls; member
84 NonEquivalentDeclSet &NonEquivalentDecls,
91 NonEquivalentDecls(NonEquivalentDecls), EqKind(EqKind), in LangOpts()
H A DASTImporter.h256 NonEquivalentDeclSet NonEquivalentDecls; variable
551 NonEquivalentDeclSet &getNonEquivalentDecls() { return NonEquivalentDecls; } in getNonEquivalentDecls()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2558 if (Context.NonEquivalentDecls.count( in IsStructurallyEquivalent()
2767 NonEquivalentDecls.insert( in Finish()
H A DASTImporter.cpp4567 ASTImporter::NonEquivalentDeclSet NonEquivalentDecls; in IsEquivalentFriend() local
4570 FD2->getASTContext(), NonEquivalentDecls, in IsEquivalentFriend()
10868 getToContext().getLangOpts(), FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
H A DASTContext.cpp11575 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in mergeTagDefinitions() local
11577 getLangOpts(), *this, *this, NonEquivalentDecls, in mergeTagDefinitions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4560 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in add() local
4563 Existing->getASTContext(), NonEquivalentDecls, in add()
H A DASTReader.cpp10378 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in finishPendingActions() local
10381 ExtensionsPair.second->getASTContext(), NonEquivalentDecls, in finishPendingActions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9185 StructuralEquivalenceContext::NonEquivalentDeclSet NonEquivalentDecls; in hasStructuralCompatLayout() local
9193 NonEquivalentDecls, StructuralEquivalenceKind::Default, in hasStructuralCompatLayout()