Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h186 bool tryToParsePropertyAccessor();
H A DUnwrappedLineParser.cpp1936 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()
2167 bool UnwrappedLineParser::tryToParsePropertyAccessor() { in tryToParsePropertyAccessor() function in clang::format::UnwrappedLineParser