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