Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h117 bool parseStructLike();
H A DUnwrappedLineParser.cpp1319 if (parseStructLike()) { in parseStructuralElement()
1434 if (parseStructLike()) { in parseStructuralElement()
2527 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser