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.h169 bool parseStructLike();
H A DUnwrappedLineParser.cpp1827 if (parseStructLike()) in parseStructuralElement()
1996 if (parseStructLike()) in parseStructuralElement()
3868 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser