Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp777 template <typename It> void padToSameLength(It Begin, It End) { in padToSameLength() function
788 padToSameLength(Begin, End); in makeTableRows()
854 padToSameLength(Lines.begin(), Lines.end()); in VisitMulti()