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

Declarations

tools/clang/lib/Format/TokenAnnotator.h
  165   void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines);

References

tools/clang/lib/Format/Format.cpp
 1347     Annotator.setCommentLineLevels(AnnotatedLines);
tools/clang/lib/Format/TokenAnnotator.cpp
 2034     setCommentLineLevels((*I)->Children);