Home
last modified time | relevance | path

Searched refs:computeAffectedLines (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDAffectedRangeManager.cpp22 bool AffectedRangeManager::computeAffectedLines( in computeAffectedLines() function in clang::format::AffectedRangeManager
105 Line->ChildrenAffected = computeAffectedLines(Line->Children); in nonPPLineAffected()
HDAffectedRangeManager.h34 bool computeAffectedLines(SmallVectorImpl<AnnotatedLine *> &Lines);
HDObjCPropertyAttributeOrderFixer.cpp189 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDDefinitionBlockSeparator.cpp26 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDUsingDeclarationsSorter.cpp216 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDNamespaceEndCommentsFixer.cpp285 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDFormat.cpp2132 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2176 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2229 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2280 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2340 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2431 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2570 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
2640 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDSortJavaScriptImports.cpp146 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()
HDQualifierAlignmentFixer.cpp540 AffectedRangeMgr.computeAffectedLines(AnnotatedLines); in analyze()