Searched refs:getPreviousToken (Results 1 – 2 of 2) sorted by relevance
114 const FormatToken *getPreviousToken();
318 const FormatToken *PrevTok = getPreviousToken(); in calculateBraceTypes()918 const FormatToken *Previous = getPreviousToken(); in parseStructuralElement()1122 const FormatToken* Previous = getPreviousToken(); in tryToParseLambda()2047 const FormatToken *UnwrappedLineParser::getPreviousToken() { in getPreviousToken() function in clang::format::UnwrappedLineParser