Searched refs:IsContinuation (Results 1 – 7 of 7) sorted by relevance
59 ReturnTypeWrapped(false), IsContinuation(Line.IsContinuation), in AnnotatedLine()200 bool IsContinuation; variable
68 bool IsContinuation = false; member
88 if (Line.IsContinuation) in nextLine()98 if (Line.InPPDirective || Line.IsContinuation) in adjustToUnmodifiedLine()
4318 Line->IsContinuation = true; in parseVerilogHierarchyHeader()4479 Line->IsContinuation = false; in addUnwrappedLine()
1424 Line.IsContinuation = true; in consumeToken()5781 << ", T=" << Line.Type << ", C=" << Line.IsContinuation in printDebugInfo()
43 uint8_t IsContinuation; in isContinuation() local44 getBits(Record, 1, 6, 1, IsContinuation); in isContinuation()45 return IsContinuation; in isContinuation()
72 bool IsContinuation = I[1] & 0x02; in GOFFObjectFile() local78 if (PrevWasContinued && !IsContinuation) { in GOFFObjectFile()88 if (IsContinuation) { in GOFFObjectFile()