Searched refs:spaceRequiredBetween (Results 1 – 2 of 2) sorted by relevance
236 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
4370 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween() function in clang::format::TokenAnnotator5437 return spaceRequiredBetween(Line, Left, Right); in spaceRequiredBefore()