Lines Matching refs:getPreviousNonComment
42 const FormatToken *Previous = Tok.getPreviousNonComment(); in shouldUnindentNextOperator()
693 const auto *PrevNonComment = Current.getPreviousNonComment(); in addTokenOnCurrentLine()
863 const FormatToken *P = Current.getPreviousNonComment(); in addTokenOnCurrentLine()
951 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in addTokenOnNewLine()
1224 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in getNewLineColumn()
1599 const FormatToken *Previous = Current.getPreviousNonComment(); in moveStateToNextToken()
1681 const FormatToken *Previous = Current.getPreviousNonComment(); in moveStatePastFakeLParens()
1880 Current.MatchingParen->getPreviousNonComment() && in moveStatePastScopeOpener()
1881 Current.MatchingParen->getPreviousNonComment()->is(tok::comma); in moveStatePastScopeOpener()
1895 Current.getPreviousNonComment() && in moveStatePastScopeOpener()
1896 Current.getPreviousNonComment()->is(tok::kw__Generic); in moveStatePastScopeOpener()
2281 auto Tok = Current.getPreviousNonComment(); in getEnclosingFunctionName()
2284 Tok = Tok->getPreviousNonComment(); in getEnclosingFunctionName()
2290 Tok = Tok->getPreviousNonComment(); in getEnclosingFunctionName()