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