Home
last modified time | relevance | path

Searched refs:spaceRequiredBetween (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h177 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
H A DTokenAnnotator.cpp2797 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween() function in clang::format::TokenAnnotator
3454 return spaceRequiredBetween(Line, Left, Right); in spaceRequiredBefore()