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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp319 unsigned ScopeStart = ScopeStack.back(); local
320 if (Changes[ScopeStart - 1].Tok->is(TT_FunctionDeclarationName) ||
321 (ScopeStart > Start + 1 &&
322 Changes[ScopeStart - 2].Tok->is(TT_FunctionDeclarationName)) ||

Completed in 163 milliseconds