Searched refs:handleCppAttributes (Results 1 – 2 of 2) sorted by relevance
153 bool handleCppAttributes();
474 if (handleCppAttributes()) in parseLevel()1433 while (FormatTok->is(tok::l_square) && handleCppAttributes()) { in parseStructuralElement()2790 handleCppAttributes(); in handleAttributes()2793 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser3797 if (!handleCppAttributes()) in parseEnum()4024 if (FormatTok->is(tok::l_square) && handleCppAttributes()) in parseRecord()