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

  /external/clang/lib/Format/
FormatToken.h 49 TT_LambdaLSquare,
TokenAnnotator.cpp 122 Left->Previous->MatchingParen->Type == TT_LambdaLSquare) {
230 Contexts.back().CanBeExpression && Left->Type != TT_LambdaLSquare &&
332 if (Current->Type == TT_LambdaLSquare ||
624 if (CurrentToken->Type != TT_LambdaLSquare &&
    [all...]
UnwrappedLineParser.cpp 860 LSquare.Type = TT_LambdaLSquare;
    [all...]

Completed in 50 milliseconds