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

Method pop

kdevplatform/language/duchain/identifier.cpp:1029–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029void QualifiedIdentifier::pop()
1030{
1031 prepareWrite();
1032 if (!dd->identifiersSize())
1033 return;
1034 dd->identifiersList.resize(dd->identifiersList.size() - 1);
1035}
1036
1037void QualifiedIdentifier::clear()
1038{

Callers 11

allocMethod · 0.45
freeMethod · 0.45
applyToIdentifierMethod · 0.45
closeDeclarationFunction · 0.45
abortDeclarationFunction · 0.45
closeInjectedContextMethod · 0.45
closeContextMethod · 0.45
closeContextMethod · 0.45
closeTypeMethod · 0.45
htmlMethod · 0.45
htmlIdentifiedTypeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected