Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h133 bool handleCppAttributes();
H A DUnwrappedLineParser.cpp598 if (handleCppAttributes()) in parseLevel()
2563 handleCppAttributes(); in handleAttributes()
2566 bool UnwrappedLineParser::handleCppAttributes() { in handleCppAttributes() function in clang::format::UnwrappedLineParser