Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h197 bool tryToParseSimpleAttribute();
H A DUnwrappedLineParser.cpp2796 if (!tryToParseSimpleAttribute()) in handleCppAttributes()
3902 bool UnwrappedLineParser::tryToParseSimpleAttribute() { in tryToParseSimpleAttribute() function in clang::format::UnwrappedLineParser