Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h179 bool spaceRequiredBefore(const AnnotatedLine &Line,
H A DTokenAnnotator.cpp2900 spaceRequiredBefore(Line, *Current)) { in calculateFormattingInformation()
3682 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore() function in clang::format::TokenAnnotator