Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h144 bool tryToParseSimpleAttribute();
H A DUnwrappedLineParser.cpp1996 if (FormatTok->is(tok::l_square) && tryToParseSimpleAttribute()) in parseIfThenElse()
2015 if (FormatTok->Tok.is(tok::l_square) && tryToParseSimpleAttribute()) in parseIfThenElse()
2561 bool UnwrappedLineParser::tryToParseSimpleAttribute() { in tryToParseSimpleAttribute() function in clang::format::UnwrappedLineParser