Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.h105 void parseObjCInterfaceOrImplementation();
H A DUnwrappedLineParser.cpp770 return parseObjCInterfaceOrImplementation(); in parseStructuralElement()
1892 void UnwrappedLineParser::parseObjCInterfaceOrImplementation() { in parseObjCInterfaceOrImplementation() function in clang::format::UnwrappedLineParser