Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h671 bool isLabelString() const { in isLabelString() function
H A DTokenAnnotator.cpp3205 Left.Previous->isLabelString() && in splitPenalty()
3209 if (Right.is(tok::plus) && Left.isLabelString() && in splitPenalty()
3215 if (Right.is(tok::lessless) && Left.isLabelString() && in splitPenalty()