Searched refs:tryToParsePropertyAccessor (Results 1 – 2 of 2) sorted by relevance
142 bool tryToParsePropertyAccessor();
1361 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()1527 bool UnwrappedLineParser::tryToParsePropertyAccessor() { in tryToParsePropertyAccessor() function in clang::format::UnwrappedLineParser