Home | History | Annotate | Download | only in ast

Lines Matching refs:IsBitset

332   static bool IsBitset(AstType* type) {
376 if (AstBitsetType::IsBitset(type)) return false;
876 if (this->IsBitset()) return Iterator<i::Map>();
880 if (this->IsBitset()) return Iterator<i::Object>();
895 bool IsBitsetForTesting() { return IsBitset(); }
914 bool IsBitset() { return AstBitsetType::IsBitset(this); }
918 DCHECK(this->IsBitset());