Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h60 ReturnTypeWrapped(false), IsContinuation(Line.IsContinuation), in AnnotatedLine()
201 bool IsContinuation; variable
H A DUnwrappedLineParser.h62 bool IsContinuation = false; member
H A DUnwrappedLineFormatter.cpp88 if (Line.IsContinuation) in nextLine()
98 if (Line.InPPDirective || Line.IsContinuation) in adjustToUnmodifiedLine()
H A DUnwrappedLineParser.cpp4434 Line->IsContinuation = true; in parseVerilogHierarchyHeader()
4595 Line->IsContinuation = false; in addUnwrappedLine()
H A DTokenAnnotator.cpp1760 Line.IsContinuation = true; in consumeToken()
6315 << ", T=" << Line.Type << ", C=" << Line.IsContinuation in printDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h43 uint8_t IsContinuation; in isContinuation() local
44 getBits(Record, 1, 6, 1, IsContinuation); in isContinuation()
45 return IsContinuation; in isContinuation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp72 bool IsContinuation = I[1] & 0x02; in GOFFObjectFile() local
78 if (PrevWasContinued && !IsContinuation) { in GOFFObjectFile()
88 if (IsContinuation) { in GOFFObjectFile()