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

References

tools/clang/tools/libclang/CXComment.cpp
   94   return C->child_count();
   99   if (!C || ChildIdx >= C->child_count())
tools/clang/unittests/AST/CommentParser.cpp
   82   if (Count != C->child_count())
   85         << ", child_count = " << C->child_count();
   97   if (Idx >= C->child_count())
  100         << ", child_count = " << C->child_count();