Lines Matching refs:getValueAsBit
563 << T.first->getValueAsBit("IsPointer") << ", " in EmitTypeTable()
564 << T.first->getValueAsBit("IsConst") << ", " in EmitTypeTable()
565 << T.first->getValueAsBit("IsVolatile") << ", " in EmitTypeTable()
638 << (Overload.first->getValueAsBit("IsPure")) << ", " in EmitBuiltinTable()
639 << (Overload.first->getValueAsBit("IsConst")) << ", " in EmitBuiltinTable()
640 << (Overload.first->getValueAsBit("IsConv")) << ", " in EmitBuiltinTable()
660 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature()
661 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature()
662 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature()
903 if (QT->getValueAsBit("IsAbstract") == 1) in EmitQualTypeFinder()
981 if (Type->getValueAsBit("IsConst") || Flags.IsConst) { in getTypeString()
984 if (Type->getValueAsBit("IsVolatile") || Flags.IsVolatile) { in getTypeString()
1000 } else if (Type->getValueAsBit("IsPointer")) { in getTypeString()
1017 if (Type->getValueAsBit("IsPointer") || Flags.IsPointer) { in getTypeString()
1043 Flags.IsPointer = Type->getValueAsBit("IsPointer"); in getTypeLists()
1044 Flags.IsConst = Type->getValueAsBit("IsConst"); in getTypeLists()
1045 Flags.IsVolatile = Type->getValueAsBit("IsVolatile"); in getTypeLists()
1289 if (B->getValueAsBit("IsConst")) in emit()
1291 if (B->getValueAsBit("IsPure")) in emit()
1293 if (B->getValueAsBit("IsConv")) in emit()