Home
last modified time | relevance | path

Searched refs:PCF_IN_OC_MSG (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dpcf_flags.h48 PCF_IN_OC_MSG = pcf_bit(14), enumerator
H A Dcombine_labels.cpp100 if ( !next->flags.test(PCF_IN_OC_MSG) // filter OC case of [self class] msg send in combine_labels()
H A Dspace.cpp1727 && !first->flags.test(PCF_IN_OC_MSG)) in do_space()
3029 if (first->flags.test(PCF_IN_OC_MSG)) in do_space()
3045 if ( first->flags.test(PCF_IN_OC_MSG) in do_space()
H A Dcombine.cpp3253 chunk_flags_set(os, PCF_IN_OC_MSG); in handle_oc_message_send()
3255 chunk_flags_set(cs, PCF_IN_OC_MSG); in handle_oc_message_send()
3340 chunk_flags_set(tmp, PCF_IN_OC_MSG); in handle_oc_message_send()
H A Dindent.cpp1782 && pc->flags.test(PCF_IN_OC_MSG)) in indent_text()
1801 if ( pc->flags.test(PCF_IN_OC_MSG) in indent_text()
1814 bool in_oc_msg = pc->flags.test(PCF_IN_OC_MSG); in indent_text()
H A Dnewlines.cpp3521 && pc->flags.test(PCF_IN_OC_MSG)) in one_liner_nl_ok()
5627 && !prev->flags.test(PCF_IN_OC_MSG)) in newlines_chunk_pos()