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 5450a6a commit 82af334Copy full SHA for 82af334
include/clang/Interpreter/CppInterOp.h
@@ -134,7 +134,6 @@ namespace Cpp {
134
void ReportInvokeStart(void* result, ArgList args, void* self) const;
135
void ReportInvokeStart(void* object, unsigned long nary,
136
int withFree) const;
137
- void ReportInvokeEnd() const;
138
public:
139
Kind getKind() const { return m_Kind; }
140
bool isValid() const { return getKind() != kUnknown; }
0 commit comments