Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3700 return ObjCPropertyAttributeOrderFixer(Env, Expanded).process(); in reformat()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile435 SRCS_EXT+= Format/ObjCPropertyAttributeOrderFixer.cpp