Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h146 bool tryToParseBracedList();
H A DUnwrappedLineParser.cpp406 if (tryToParseBracedList()) in parseLevel()
1900 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) { in parseStructuralElement()
2415 tryToParseBracedList(); in tryToParseJSFunction()
2427 bool UnwrappedLineParser::tryToParseBracedList() { in tryToParseBracedList() function in clang::format::UnwrappedLineParser
2469 if (tryToParseBracedList()) in parseBracedList()
2607 if (!tryToParseBracedList()) in parseParens()
2685 if (!tryToParseBracedList()) in parseSquare()
4020 tryToParseBracedList(); in parseRecord()
4055 Prev->isNot(Keywords.kw_final) && tryToParseBracedList(); in parseRecord()
4081 if (!tryToParseBracedList()) in parseRecord()