Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void AbstractType::setModifiers(quint32 modifiers)
41
{
42
d_func_dynamic()->m_modifiers = modifiers;
43
}
44
45
int64_t AbstractType::sizeOf() const
46
{
Callers
8
unAliasedType
Function · 0.80
targetType
Function · 0.80
targetTypeKeepAliases
Function · 0.80
setDeclInCtxtData
Method · 0.80
setTypeModifiers
Method · 0.80
buildIdentifierForType
Function · 0.80
removeConstModifier
Function · 0.80
exchange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected