Searched refs:fBmhStructDef (Results 1 – 2 of 2) sorted by relevance
188 fBmhStructDef = nullptr; in reset()221 Definition* fBmhStructDef; variable
1009 Definition* commentBlock = this->findMemberCommentBlock(fBmhStructDef->fChildren, name); in structMemberOut()1225 Definition* commentBlock = this->findMemberCommentBlock(fBmhStructDef->fChildren, in structSizeMembers()1262 (void) this->checkChildCommentLength(fBmhStructDef, MarkType::kMember); in structSizeMembers()1576 fBmhStructDef = search->find(name, RootDefinition::AllowParens::kNo); in populate()1577 } while (!fBmhStructDef && ++trial); in populate()1578 root = fBmhStructDef->asRoot(); in populate()1619 fBmhStructDef = root; in populate()1651 Definition* priorBlock = fBmhStructDef; in populate()1654 for (auto test : fBmhStructDef->fChildren) { in populate()1692 this->structOut(root, *fBmhStructDef, commentStart, commentEnd); in populate()[all …]