Home
last modified time | relevance | path

Searched refs:FromCtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h50 ASTContext &FromCtx, &ToCtx; member
82 StructuralEquivalenceContext(const LangOptions &LangOpts, ASTContext &FromCtx,
90 : LangOpts(LangOpts), FromCtx(FromCtx), ToCtx(ToCtx), in LangOpts()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp860 T1 = Context.FromCtx.getCanonicalType(T1); in IsStructurallyEquivalent()
1116 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
1563 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1578 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1614 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1803 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1905 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1926 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1942 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1964 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
[all …]