Searched refs:calculateFormattingInformation (Results 1 – 3 of 3) sorted by relevance
152 void calculateFormattingInformation(AnnotatedLine &Line);
1588 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation() function in clang::format::TokenAnnotator1592 calculateFormattingInformation(**I); in calculateFormattingInformation()
1476 Annotator.calculateFormattingInformation(*AnnotatedLines[i]); in format()