Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp344 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()
1277 if (!tryToParseBracedList()) { in parseStructuralElement()
1557 tryToParseBracedList(); in tryToParseJSFunction()
1569 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser
1604 if (tryToParseBracedList()) in parseBracedList()
1694 if (!tryToParseBracedList()) in parseParens()
1746 if (!tryToParseBracedList()) in parseSquare()
2197 tryToParseBracedList(); in parseRecord()
2224 if (!tryToParseBracedList()) in parseRecord()
HDUnwrappedLineParser.h100 bool tryToParseBracedList();