Searched refs:tryToParseBracedList (Results 1 – 2 of 2) sorted by relevance
344 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()1277 if (!tryToParseBracedList()) { in parseStructuralElement()1557 tryToParseBracedList(); in tryToParseJSFunction()1569 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser1604 if (tryToParseBracedList()) in parseBracedList()1694 if (!tryToParseBracedList()) in parseParens()1746 if (!tryToParseBracedList()) in parseSquare()2197 tryToParseBracedList(); in parseRecord()2224 if (!tryToParseBracedList()) in parseRecord()
100 bool tryToParseBracedList();