Searched refs:spaceRequiredBefore (Results 1 – 2 of 2) sorted by relevance
130 bool spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Tok);
1283 spaceRequiredBefore(Line, *Current)) { in calculateFormattingInformation()1572 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore() function in clang::format::TokenAnnotator