Searched refs:tryToParseSimpleAttribute (Results 1 – 2 of 2) sorted by relevance
176 bool tryToParseSimpleAttribute();
2568 if (FormatTok->is(tok::l_square) && tryToParseSimpleAttribute()) { in handleCppAttributes()3581 bool UnwrappedLineParser::tryToParseSimpleAttribute() { in tryToParseSimpleAttribute() function in clang::format::UnwrappedLineParser