Searched refs:tryToParseBracedList (Results 1 – 2 of 2) sorted by relevance
386 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()1361 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()1762 tryToParseBracedList(); in tryToParseJSFunction()1774 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser1821 if (tryToParseBracedList()) in parseBracedList()1918 if (!tryToParseBracedList()) in parseParens()1970 if (!tryToParseBracedList()) in parseSquare()2670 tryToParseBracedList(); in parseRecord()2705 if (!tryToParseBracedList()) in parseRecord()
101 bool tryToParseBracedList();