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

Declarations

tools/clang/lib/Format/AffectedRangeManager.h
   34   bool computeAffectedLines(SmallVectorImpl<AnnotatedLine *> &Lines);

References

tools/clang/lib/Format/AffectedRangeManager.cpp
  105   Line->ChildrenAffected = computeAffectedLines(Line->Children);
tools/clang/lib/Format/Format.cpp
 1253     AffectedRangeMgr.computeAffectedLines(AnnotatedLines);
 1343     AffectedRangeMgr.computeAffectedLines(AnnotatedLines);
 1467     AffectedRangeMgr.computeAffectedLines(AnnotatedLines);
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  188   AffectedRangeMgr.computeAffectedLines(AnnotatedLines);
tools/clang/lib/Format/SortJavaScriptImports.cpp
  130     AffectedRangeMgr.computeAffectedLines(AnnotatedLines);
tools/clang/lib/Format/UsingDeclarationsSorter.cpp
  188   AffectedRangeMgr.computeAffectedLines(AnnotatedLines);