HomeSort by: relevance | last modified time | path
    Searched refs:tryToParseBracedList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 101 bool tryToParseBracedList();
UnwrappedLineParser.cpp 386 if (!FormatTok->is(TT_MacroBlockBegin) && tryToParseBracedList())
1361 if (!tryToParsePropertyAccessor() && !tryToParseBracedList()) {
1762 tryToParseBracedList();
1774 bool UnwrappedLineParser::tryToParseBracedList() {
1821 if (tryToParseBracedList())
1918 if (!tryToParseBracedList())
1970 if (!tryToParseBracedList())
2670 tryToParseBracedList();
2705 if (!tryToParseBracedList())

Completed in 22 milliseconds