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

/external/clang/lib/Format/
H A DUnwrappedLineParser.h86 bool tryToParseBracedList();
H A DUnwrappedLineParser.cpp285 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList())
1001 if (!tryToParseBracedList()) {
1246 tryToParseBracedList();
1255 bool UnwrappedLineParser::tryToParseBracedList() { function in class:clang::format::UnwrappedLineParser
1362 if (!tryToParseBracedList())
1404 if (!tryToParseBracedList())
1843 if (!tryToParseBracedList())

Completed in 144 milliseconds