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

References

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  739   const char *getBriefComment() const { return BriefComment; }
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  426       Annotations.size(), ParentName, BriefComment);
  480   BriefComment = Allocator.CopyString(Comment);