Searched refs:handleCppAttributes (Results 1 – 2 of 2) sorted by relevance
145 bool handleCppAttributes();
619 if (handleCppAttributes()) in parseLevel()2743 handleCppAttributes(); in handleAttributes()2746 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser3873 if (FormatTok->is(tok::l_square) && handleCppAttributes()) in parseRecord()