Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h86 bool tryToParseBracedList();
DUnwrappedLineParser.cpp285 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()
1001 if (!tryToParseBracedList()) { in parseStructuralElement()
1246 tryToParseBracedList(); in tryToParseJSFunction()
1255 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser
1362 if (!tryToParseBracedList()) in parseParens()
1404 if (!tryToParseBracedList()) in parseSquare()
1843 if (!tryToParseBracedList()) in parseRecord()