Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1536 QualType Owner2Type) { in IsStructurallyEquivalent() argument
1563 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1578 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1614 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
2423 QualType Owner2Type) { in IsStructurallyEquivalent() argument
2428 cast<FieldDecl>(D2), Owner2Type); in IsStructurallyEquivalent()
2433 QualType Owner2Type = in IsStructurallyEquivalent() local
2435 return IsStructurallyEquivalent(Context, D1, D2, Owner2Type); in IsStructurallyEquivalent()