Home
last modified time | relevance | path

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

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dpcf_flags.h59 PCF_VAR_TYPE = pcf_bit(23), //! part of a variable def type enumerator
H A DEnumStructUnionParser.cpp1026 chunk_flags_set(m_type, PCF_VAR_TYPE); in analyze_identifiers()
1436 pc->flags &= ~PCF_VAR_TYPE; in mark_base_classes()
1673 pc->flags &= ~PCF_VAR_TYPE; in mark_enum_integral_type()
H A Dcombine_fix_mark.cpp763 chunk_flags_set(tmp_pc, PCF_VAR_TYPE); in fix_variable_definition()
2420 chunk_flags_set(pc, PCF_VAR_TYPE); in mark_template_func()
2525 chunk_flags_set(word_type, PCF_VAR_TYPE); in mark_variable_stack()
2543 chunk_flags_set(var_name, PCF_VAR_TYPE); in mark_variable_stack()
H A Dindent.cpp3973 if (pc->flags.test(PCF_VAR_TYPE)) in indent_text()