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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h100 bool tryToParseBracedList();
H A DUnwrappedLineParser.cpp386 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList())
1343 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) {
1737 tryToParseBracedList();
1749 bool UnwrappedLineParser::tryToParseBracedList() { function in class:clang::format::UnwrappedLineParser
1796 if (tryToParseBracedList())
1893 if (!tryToParseBracedList())
1945 if (!tryToParseBracedList())
2485 tryToParseBracedList();
2520 if (!tryToParseBracedList())

Completed in 104 milliseconds