Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ bitOffsetOf
Method
bitOffsetOf
kdevplatform/language/duchain/classmemberdeclaration.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
int64_t ClassMemberDeclaration::bitOffsetOf() const
145
{
146
return d_func()->m_bitOffsetOf;
147
}
148
149
void ClassMemberDeclaration::setBitOffsetOf(int64_t bitOffsetOf)
150
{
Callers
1
declarationSizeInformation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected