Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h190 bool parseObjCProtocol();
H A DUnwrappedLineParser.cpp1713 if (parseObjCProtocol()) in parseStructuralElement()
4151 bool UnwrappedLineParser::parseObjCProtocol() { in parseObjCProtocol() function in clang::format::UnwrappedLineParser