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

Method setLocalScopeIdentifier

kdevplatform/language/duchain/ducontext.cpp:1103–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103void DUContext::setLocalScopeIdentifier(const QualifiedIdentifier& identifier)
1104{
1105 ENSURE_CAN_WRITE
1106 bool wasInSymbolTable = inSymbolTable();
1107 setInSymbolTable(false);
1108 d_func_dynamic()->m_scopeIdentifier = identifier;
1109 setInSymbolTable(wasInSymbolTable);
1110}
1111
1112QualifiedIdentifier DUContext::localScopeIdentifier() const
1113{

Callers 4

openContextInternalMethod · 0.80
runTestMethod · 0.80
createContextMethod · 0.80

Calls

no outgoing calls

Tested by 2

runTestMethod · 0.64