Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h445 bool isLabelString() const { in isLabelString() function
H A DTokenAnnotator.cpp2361 Left.Previous->isLabelString() && in splitPenalty()
2364 if (Right.is(tok::plus) && Left.isLabelString() && in splitPenalty()
2369 if (Right.is(tok::lessless) && Left.isLabelString() && in splitPenalty()