Home | History | Annotate | Download | only in AST

Lines Matching full:anon

1032 static Optional<unsigned> findUntaggedStructOrUnionIndex(RecordDecl *Anon) {
1033 ASTContext &Context = Anon->getASTContext();
1034 QualType AnonTy = Context.getRecordType(Anon);
1036 RecordDecl *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext());