Searched refs:calculateFormattingInformation (Results 1 – 3 of 3) sorted by relevance
148 void calculateFormattingInformation(AnnotatedLine &Line);
1688 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation() function in clang::format::TokenAnnotator1692 calculateFormattingInformation(**I); in calculateFormattingInformation()
813 Annotator.calculateFormattingInformation(*AnnotatedLines[i]); in analyze()