We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768f7c7 commit 757df27Copy full SHA for 757df27
ui/variablelist.h
@@ -70,6 +70,7 @@ class VariableListItem
70
71
std::vector<BinaryNinja::InstructionTextToken> tokensBeforeName() const;
72
std::vector<BinaryNinja::InstructionTextToken> tokensAfterName() const;
73
+ void displayVariablePlacementInfo(std::vector<BinaryNinja::InstructionTextToken>& tokens) const;
74
75
//! Shorthand to get concatenated type, name, and value tokens.
76
std::vector<BinaryNinja::InstructionTextToken> displayTokens() const;
0 commit comments