New method
authorChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:54:56 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:54:56 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8331 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index e2ee9545bdaafac2a1bf02e6340f6628b96cc97c..b72bcf97ba8377fa797405dee0d8ecc6e6e6dcf1 100644 (file)
@@ -88,6 +88,9 @@ protected:
   ///
   inline void setAbstract(bool Val) { Abstract = Val; }
 
+  /// isTypeAbstract - This method is used to calculate the Abstract bit.
+  ///
+  bool isTypeAbstract();
 public:
   virtual void print(std::ostream &O) const;