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 82af334 commit c60564aCopy full SHA for c60564a
include/clang/Interpreter/CppInterOp.h
@@ -134,6 +134,7 @@ 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
+
138
public:
139
Kind getKind() const { return m_Kind; }
140
bool isValid() const { return getKind() != kUnknown; }
0 commit comments