Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h50 ReturnTypeWrapped(false), IsContinuation(Line.IsContinuation), in AnnotatedLine()
159 bool IsContinuation; variable
H A DUnwrappedLineParser.h62 bool IsContinuation = false; member
H A DUnwrappedLineFormatter.cpp79 if (Line.IsContinuation) in nextLine()
H A DUnwrappedLineParser.cpp4244 Line->IsContinuation = true; in parseVerilogHierarchyHeader()
4357 Line->IsContinuation = false; in addUnwrappedLine()
H A DTokenAnnotator.cpp1287 Line.IsContinuation = true; in consumeToken()
5136 << ", T=" << Line.Type << ", C=" << Line.IsContinuation in printDebugInfo()