Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp149 static bool opensProtoMessageField(const FormatToken &LessTok, in opensProtoMessageField() argument
151 if (LessTok.isNot(tok::less)) in opensProtoMessageField()
155 (LessTok.NestingLevel > 0 || in opensProtoMessageField()
156 (LessTok.Previous && LessTok.Previous->is(tok::equal)))); in opensProtoMessageField()