Searched refs:PadForDesc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp40 const size_t PadForDesc = InitialPad + EntryWidth; local
43 // If the buffer's length is greater than PadForDesc, print a newline.
44 if (FOut.getColumn() > PadForDesc)
47 FOut.PadToColumn(PadForDesc);
57 FOut.PadToColumn(PadForDesc);

Completed in 153 milliseconds