HomeSort by: relevance | last modified time | path
    Searched refs:isLabelString (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 602 bool isLabelString() const {
TokenAnnotator.cpp 2758 Left.Previous->isLabelString() &&
2761 if (Right.is(tok::plus) && Left.isLabelString() &&
2766 if (Right.is(tok::lessless) && Left.isLabelString() &&

Completed in 21 milliseconds