Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h176 bool tryToParseSimpleAttribute();
H A DUnwrappedLineParser.cpp2568 if (FormatTok->is(tok::l_square) && tryToParseSimpleAttribute()) { in handleCppAttributes()
3581 bool UnwrappedLineParser::tryToParseSimpleAttribute() { in tryToParseSimpleAttribute() function in clang::format::UnwrappedLineParser