Lines Matching refs:getPreviousNonComment
42 const FormatToken *Previous = Tok.getPreviousNonComment(); in shouldUnindentNextOperator()
683 const auto *PrevNonComment = Current.getPreviousNonComment(); in addTokenOnCurrentLine()
853 const FormatToken *P = Current.getPreviousNonComment(); in addTokenOnCurrentLine()
941 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in addTokenOnNewLine()
1214 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in getNewLineColumn()
1576 const FormatToken *Previous = Current.getPreviousNonComment(); in moveStateToNextToken()
1658 const FormatToken *Previous = Current.getPreviousNonComment(); in moveStatePastFakeLParens()
1840 Current.MatchingParen->getPreviousNonComment() && in moveStatePastScopeOpener()
1841 Current.MatchingParen->getPreviousNonComment()->is(tok::comma); in moveStatePastScopeOpener()
1855 Current.getPreviousNonComment() && in moveStatePastScopeOpener()
1856 Current.getPreviousNonComment()->is(tok::kw__Generic); in moveStatePastScopeOpener()
2232 auto Tok = Current.getPreviousNonComment(); in getEnclosingFunctionName()
2235 Tok = Tok->getPreviousNonComment(); in getEnclosingFunctionName()
2241 Tok = Tok->getPreviousNonComment(); in getEnclosingFunctionName()