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