aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/Interp/Descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/Interp/Descriptor.h')
-rw-r--r--clang/lib/AST/Interp/Descriptor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/AST/Interp/Descriptor.h b/clang/lib/AST/Interp/Descriptor.h
index ac8707a..0f64d67 100644
--- a/clang/lib/AST/Interp/Descriptor.h
+++ b/clang/lib/AST/Interp/Descriptor.h
@@ -213,6 +213,9 @@ public:
bool isRecord() const { return !IsArray && ElemRecord; }
/// Checks if this is a dummy descriptor.
bool isDummy() const { return IsDummy; }
+
+ void dump() const;
+ void dump(llvm::raw_ostream &OS) const;
};
/// Bitfield tracking the initialisation status of elements of primitive arrays.