Searched refs:handleCppAttributes (Results 1 – 2 of 2) sorted by relevance
154 bool handleCppAttributes();
468 if (handleCppAttributes()) in parseLevel()1439 while (FormatTok->is(tok::l_square) && handleCppAttributes()) { in parseStructuralElement()2855 handleCppAttributes(); in handleAttributes()2858 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser3814 if (!handleCppAttributes()) in parseEnum()4042 if (FormatTok->is(tok::l_square) && handleCppAttributes()) in parseRecord()