HomeSort by: relevance | last modified time | path
    Searched refs:BlockParameterCount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 358 unsigned BlockParameterCount = 0;
TokenAnnotator.cpp 695 if (Left->BlockParameterCount > 1)
791 ++Left->BlockParameterCount;
3788 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 &&
3791 if (Left.BlockParameterCount > 1)
4117 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount
ContinuationIndenter.cpp 1553 (Current.BlockParameterCount > 1);

Completed in 18 milliseconds