Home
last modified time | relevance | path

Searched refs:ObjCPropertyAttributeOrderFixer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp21 ObjCPropertyAttributeOrderFixer::ObjCPropertyAttributeOrderFixer( in ObjCPropertyAttributeOrderFixer() function in clang::format::ObjCPropertyAttributeOrderFixer
35 void ObjCPropertyAttributeOrderFixer::sortPropertyAttributes( in sortPropertyAttributes()
153 void ObjCPropertyAttributeOrderFixer::analyzeObjCPropertyDecl( in analyzeObjCPropertyDecl()
177 ObjCPropertyAttributeOrderFixer::analyze( in analyze()
H A DFormat.cpp3930 return ObjCPropertyAttributeOrderFixer(Env, Expanded).process(); in reformat()
/freebsd/lib/clang/libclang/
H A DMakefile469 SRCS_MIN+= Format/ObjCPropertyAttributeOrderFixer.cpp