Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h170 bool parseStructLike();
H A DUnwrappedLineParser.cpp1833 if (parseStructLike()) in parseStructuralElement()
2004 if (parseStructLike()) in parseStructuralElement()
3885 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser