summaryrefslogtreecommitdiff
path: root/include/flang/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flang/Sema/Sema.h')
-rw-r--r--include/flang/Sema/Sema.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/flang/Sema/Sema.h b/include/flang/Sema/Sema.h
index 8bd23cbe1c..7b5cb742c6 100644
--- a/include/flang/Sema/Sema.h
+++ b/include/flang/Sema/Sema.h
@@ -557,6 +557,9 @@ public:
/// Returns true if a type is a double precision complex type.
bool IsTypeDoublePrecisionComplex(QualType T) const;
+ /// Returns true if a type is a byte type.
+ bool IsTypeByte(QualType T) const;
+
/// GetUnaryReturnType - Returns the type T with the
/// required qualifiers and array type from the given expression.
QualType GetUnaryReturnType(const Expr *E, QualType T);