Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h85 bool tryToParseBracedList();
DUnwrappedLineParser.cpp285 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()
877 if (!tryToParseBracedList()) { in parseStructuralElement()
1097 tryToParseBracedList(); in tryToParseJSFunction()
1106 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser
1204 if (!tryToParseBracedList()) in parseParens()
1245 if (!tryToParseBracedList()) in parseSquare()
1669 if (!tryToParseBracedList()) in parseRecord()