Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h160 bool parseStructLike();
H A DUnwrappedLineParser.cpp1879 if (parseStructLike()) in parseStructuralElement()
2028 if (parseStructLike()) in parseStructuralElement()
3726 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser