Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h159 bool handleCppAttributes();
H A DUnwrappedLineParser.cpp463 if (handleCppAttributes()) in parseLevel()
1429 while (FormatTok->is(tok::l_square) && handleCppAttributes()) { in parseStructuralElement()
2732 handleCppAttributes(); in handleAttributes()
2735 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser
3943 if (FormatTok->is(tok::l_square) && handleCppAttributes()) in parseRecord()