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