reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 bool computeAffectedLines(SmallVectorImpl<AnnotatedLine *> &Lines);
105 Line->ChildrenAffected = computeAffectedLines(Line->Children);
tools/clang/lib/Format/Format.cpp1253 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);