Searched refs:StartAt (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp301 // Walk through a subset of the changes, starting at StartAt, and find
311 // equal to the initial level, which is the level of Changes[StartAt].
331 unsigned StartAt) {
341 auto IndentAndNestingLevel = StartAt < Changes.size()
342 ? Changes[StartAt].indentAndNestingLevel()
371 unsigned i = StartAt;
573 Changes, /*StartAt=*/0);
607 Changes, /*StartAt=*/0);
329 AlignTokens(const FormatStyle &Style, F &&Matches, SmallVector<WhitespaceManager::Change, 16> &Changes, unsigned StartAt) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp346 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { argument
352 unsigned C = ctl(I, StartAt+L) == Switch;

Completed in 122 milliseconds