Searched refs:ObjCPropertyAttributeOrderFixer (Results 1 – 4 of 4) sorted by relevance
23 ObjCPropertyAttributeOrderFixer::ObjCPropertyAttributeOrderFixer( in ObjCPropertyAttributeOrderFixer() function in clang::format::ObjCPropertyAttributeOrderFixer37 void ObjCPropertyAttributeOrderFixer::sortPropertyAttributes( in sortPropertyAttributes()158 void ObjCPropertyAttributeOrderFixer::analyzeObjCPropertyDecl( in analyzeObjCPropertyDecl()182 ObjCPropertyAttributeOrderFixer::analyze( in analyze()
25 class ObjCPropertyAttributeOrderFixer : public TokenAnalyzer {44 ObjCPropertyAttributeOrderFixer(const Environment &Env,
3742 return ObjCPropertyAttributeOrderFixer(Env, Expanded).process(); in reformat()
460 SRCS_MIN+= Format/ObjCPropertyAttributeOrderFixer.cpp