Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h187 bool parseObjCProtocol();
H A DUnwrappedLineParser.cpp1744 if (parseObjCProtocol()) in parseStructuralElement()
4286 bool UnwrappedLineParser::parseObjCProtocol() { in parseObjCProtocol() function in clang::format::UnwrappedLineParser