Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp23 ObjCPropertyAttributeOrderFixer::ObjCPropertyAttributeOrderFixer( in ObjCPropertyAttributeOrderFixer() function in clang::format::ObjCPropertyAttributeOrderFixer
37 void ObjCPropertyAttributeOrderFixer::sortPropertyAttributes( in sortPropertyAttributes()
158 void ObjCPropertyAttributeOrderFixer::analyzeObjCPropertyDecl( in analyzeObjCPropertyDecl()
182 ObjCPropertyAttributeOrderFixer::analyze( in analyze()
H A DObjCPropertyAttributeOrderFixer.h25 class ObjCPropertyAttributeOrderFixer : public TokenAnalyzer {
44 ObjCPropertyAttributeOrderFixer(const Environment &Env,
H A DFormat.cpp3742 return ObjCPropertyAttributeOrderFixer(Env, Expanded).process(); in reformat()
/src/lib/clang/libclang/
H A DMakefile460 SRCS_MIN+= Format/ObjCPropertyAttributeOrderFixer.cpp