Home
last modified time | relevance | path

Searched refs:TT_FunctionLBrace (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp71 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
80 if (I[1]->First->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
DFormatToken.h45 TT_FunctionLBrace, enumerator
DUnwrappedLineParser.cpp823 FormatTok->Type = TT_FunctionLBrace; in parseStructuralElement()
DTokenAnnotator.cpp706 if (!CurrentToken->isOneOf(TT_LambdaLSquare, TT_FunctionLBrace, in resetTokenMetadata()