Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h602 bool isLabelString() const { in isLabelString() function
H A DTokenAnnotator.cpp2758 Left.Previous->isLabelString() && in splitPenalty()
2761 if (Right.is(tok::plus) && Left.isLabelString() && in splitPenalty()
2766 if (Right.is(tok::lessless) && Left.isLabelString() && in splitPenalty()