Home | History | Annotate | Download | only in llvm

Lines Matching full:isstring

608   /// isString - This method returns true if this is an array of i8.
609 bool isString() const;
611 /// isCString - This method returns true if the array "isString", ends with a
615 /// getAsString - If this array is isString(), then this method returns the
619 assert(isString() && "Not a string");