HomeSort by relevance Sort by last modified time
    Searched refs:TT_FunctionLBrace (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
FormatToken.h 45 TT_FunctionLBrace,
UnwrappedLineFormatter.cpp 71 if (TheLine->Last->is(TT_FunctionLBrace) &&
80 if (I[1]->First->is(TT_FunctionLBrace) &&
UnwrappedLineParser.cpp 823 FormatTok->Type = TT_FunctionLBrace;
    [all...]
TokenAnnotator.cpp 706 if (!CurrentToken->isOneOf(TT_LambdaLSquare, TT_FunctionLBrace,
    [all...]

Completed in 53 milliseconds