Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h158 bool spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Tok);
DTokenAnnotator.cpp1732 spaceRequiredBefore(Line, *Current)) { in calculateFormattingInformation()
2097 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore() function in clang::format::TokenAnnotator