Home
last modified time | relevance | path

Searched refs:handleCppAttributes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h145 bool handleCppAttributes();
H A DUnwrappedLineParser.cpp619 if (handleCppAttributes()) in parseLevel()
2743 handleCppAttributes(); in handleAttributes()
2746 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser
3873 if (FormatTok->is(tok::l_square) && handleCppAttributes()) in parseRecord()