Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h142 bool tryToParsePropertyAccessor();
H A DUnwrappedLineParser.cpp1361 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()
1527 bool UnwrappedLineParser::tryToParsePropertyAccessor() { in tryToParsePropertyAccessor() function in clang::format::UnwrappedLineParser