• Home
  • Raw
  • Download

Lines Matching defs:Tok

40 static bool canBeObjCSelectorComponent(const FormatToken &Tok) {  in canBeObjCSelectorComponent()
61 static bool isKeywordWithCondition(const FormatToken &Tok) { in isKeywordWithCondition()
348 for (FormatToken *Tok = Left; Tok != CurrentToken; Tok = Tok->Next) { in parseParens() local
413 FormatToken *Tok = CurrentToken; in parseParens() local
423 bool isCSharpAttributeSpecifier(const FormatToken &Tok) { in isCSharpAttributeSpecifier()
474 bool isCpp11AttributeSpecifier(const FormatToken &Tok) { in isCpp11AttributeSpecifier()
717 FormatToken *Tok = CurrentToken; in parseSquare() local
822 FormatToken *Tok = CurrentToken; in consumeToken() local
1248 FormatToken *Tok = CurrentToken; in parsePreprocessorDirective() local
1345 bool isClosureImportStatement(const FormatToken &Tok) { in isClosureImportStatement()
1761 bool isStartOfName(const FormatToken &Tok) { in isStartOfName()
1801 bool rParenEndsCast(const FormatToken &Tok) { in rParenEndsCast()
1939 TokenType determineStarAmpUsage(const FormatToken &Tok, bool IsExpression, in determineStarAmpUsage()
2012 TokenType determinePlusMinusCaretUsage(const FormatToken &Tok) { in determinePlusMinusCaretUsage()
2037 TokenType determineIncrementUsage(const FormatToken &Tok) { in determineIncrementUsage()
2273 for (const FormatToken *Tok = (*I)->First; Tok; Tok = Tok->Next) { in setCommentLineLevels() local
2305 for (const auto *Tok = Line.First; Tok != nullptr; Tok = Tok->Next) in maxNestingDepth() local
2423 for (const FormatToken *Tok = Next->Next; Tok && Tok != Next->MatchingParen; in isFunctionDeclarationName() local
2596 const FormatToken &Tok, in splitPenalty()
3448 static bool isAllmanBrace(const FormatToken &Tok) { in isAllmanBrace()
3454 static bool IsFunctionArgument(const FormatToken &Tok) { in IsFunctionArgument()
3460 isItAnEmptyLambdaAllowed(const FormatToken &Tok, in isItAnEmptyLambdaAllowed()
3466 isItAInlineLambdaAllowed(const FormatToken &Tok, in isItAInlineLambdaAllowed()
3473 static bool isOneChildWithoutMustBreakBefore(const FormatToken &Tok) { in isOneChildWithoutMustBreakBefore()
3484 static bool isAllmanLambdaBrace(const FormatToken &Tok) { in isAllmanLambdaBrace()
3490 const FormatToken &Tok, FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isAllmanBraceIncludedBreakableLambda()
4094 const FormatToken *Tok = Line.First; in printDebugInfo() local