Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h127 bool parseObjCProtocol();
H A DUnwrappedLineParser.cpp1148 if (parseObjCProtocol()) in parseStructuralElement()
2275 bool UnwrappedLineParser::parseObjCProtocol() { in parseObjCProtocol() function in clang::format::UnwrappedLineParser