Searched refs:WrapColumn (Results 1 – 2 of 2) sorted by relevance
468 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument469 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()633 if (WrapColumn && Column > WrapColumn) { in preflightFlowElement()849 if (WrapColumn && Column > WrapColumn) { in flowKey()
923 Output(llvm::raw_ostream &, void *context = NULL, int WrapColumn = 70);932 The WrapColumn parameter will cause the flow mappings and sequences to