Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp136 static bool opensProtoMessageField(const FormatToken &LessTok, in opensProtoMessageField() argument
138 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
142 (LessTok.NestingLevel > 0 || in opensProtoMessageField()
143 (LessTok.Previous && LessTok.Previous->is(tok::equal)))); in opensProtoMessageField()