Home
last modified time | relevance | path

Searched defs:getColumnLimit (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h100 unsigned getColumnLimit(bool InPPDirective) const { in getColumnLimit() function
H A DContinuationIndenter.cpp1066 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit() function in clang::format::ContinuationIndenter