Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h802 bool isLabelString() const { in isLabelString() function
HDTokenAnnotator.cpp4317 Left.Previous->isLabelString() && in splitPenalty()
4321 if (Right.is(tok::plus) && Left.isLabelString() && in splitPenalty()
4327 if (Right.is(tok::lessless) && Left.isLabelString() && in splitPenalty()