Searched refs:tryToParseSimpleAttribute (Results 1 – 2 of 2) sorted by relevance
144 bool tryToParseSimpleAttribute();
2066 if (FormatTok->is(tok::l_square) && tryToParseSimpleAttribute()) in parseIfThenElse()2085 if (FormatTok->Tok.is(tok::l_square) && tryToParseSimpleAttribute()) in parseIfThenElse()2639 bool UnwrappedLineParser::tryToParseSimpleAttribute() { in tryToParseSimpleAttribute() function in clang::format::UnwrappedLineParser