Lines Matching refs:getValueAsBit
568 << T.first->getValueAsBit("IsPointer") << ", " in EmitTypeTable()
569 << T.first->getValueAsBit("IsConst") << ", " in EmitTypeTable()
570 << T.first->getValueAsBit("IsVolatile") << ", " in EmitTypeTable()
643 << (Overload.first->getValueAsBit("IsPure")) << ", " in EmitBuiltinTable()
644 << (Overload.first->getValueAsBit("IsConst")) << ", " in EmitBuiltinTable()
645 << (Overload.first->getValueAsBit("IsConv")) << ", " in EmitBuiltinTable()
665 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature()
666 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature()
667 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature()
919 if (QT->getValueAsBit("IsAbstract") == 1) in EmitQualTypeFinder()
997 if (Type->getValueAsBit("IsConst") || Flags.IsConst) { in getTypeString()
1000 if (Type->getValueAsBit("IsVolatile") || Flags.IsVolatile) { in getTypeString()
1016 } else if (Type->getValueAsBit("IsPointer")) { in getTypeString()
1033 if (Type->getValueAsBit("IsPointer") || Flags.IsPointer) { in getTypeString()
1059 Flags.IsPointer = Type->getValueAsBit("IsPointer"); in getTypeLists()
1060 Flags.IsConst = Type->getValueAsBit("IsConst"); in getTypeLists()
1061 Flags.IsVolatile = Type->getValueAsBit("IsVolatile"); in getTypeLists()
1306 if (B->getValueAsBit("IsConst")) in emit()
1308 if (B->getValueAsBit("IsPure")) in emit()
1310 if (B->getValueAsBit("IsConv")) in emit()