Home
last modified time | relevance | path

Searched refs:getPreviousToken (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.h114 const FormatToken *getPreviousToken();
DUnwrappedLineParser.cpp318 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