Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h117 bool parseStructLike();
H A DUnwrappedLineParser.cpp1366 if (parseStructLike()) { in parseStructuralElement()
1492 if (parseStructLike()) { in parseStructuralElement()
2605 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser