reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Comment.h
 1112     return reinterpret_cast<child_iterator>(Blocks.begin());
 1116     return reinterpret_cast<child_iterator>(Blocks.end());
 1129   ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; }