Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h175 bool parseStructLike();
H A DUnwrappedLineParser.cpp1809 if (parseStructLike()) in parseStructuralElement()
1978 if (parseStructLike()) in parseStructuralElement()
3793 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser