MCPcopy Create free account
hub / github.com/KDE/kdevelop / setModifiers

Method setModifiers

kdevplatform/language/duchain/types/abstracttype.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void AbstractType::setModifiers(quint32 modifiers)
41{
42 d_func_dynamic()->m_modifiers = modifiers;
43}
44
45int64_t AbstractType::sizeOf() const
46{

Callers 8

unAliasedTypeFunction · 0.80
targetTypeFunction · 0.80
targetTypeKeepAliasesFunction · 0.80
setDeclInCtxtDataMethod · 0.80
setTypeModifiersMethod · 0.80
buildIdentifierForTypeFunction · 0.80
removeConstModifierFunction · 0.80
exchangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected