Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h147 bool parseStructLike();
H A DUnwrappedLineParser.cpp1757 if (parseStructLike()) in parseStructuralElement()
1892 if (parseStructLike()) in parseStructuralElement()
3547 bool UnwrappedLineParser::parseStructLike() { in parseStructLike() function in clang::format::UnwrappedLineParser