Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp386 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList()) in parseLevel()
1361 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()
1762 tryToParseBracedList(); in tryToParseJSFunction()
1774 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser
1821 if (tryToParseBracedList()) in parseBracedList()
1918 if (!tryToParseBracedList()) in parseParens()
1970 if (!tryToParseBracedList()) in parseSquare()
2670 tryToParseBracedList(); in parseRecord()
2705 if (!tryToParseBracedList()) in parseRecord()
H A DUnwrappedLineParser.h101 bool tryToParseBracedList();