Searched refs:IsLiteral (Results 1 – 5 of 5) sorted by relevance
98 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable109 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} in BitCodeAbbrevOp()111 : Val(Data), IsLiteral(false), Enc(E) {} in Val()113 bool isLiteral() const { return IsLiteral; } in isLiteral()114 bool isEncoding() const { return !IsLiteral; } in isEncoding()
357 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local358 if (IsLiteral) { in ReadAbbrevRecord()
472 bool scanBlockScalar(bool IsLiteral);1657 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar() argument
494 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
12103 const bool IsLiteral = in DiagnoseFloatingImpCast() local12146 if (IsLiteral) return; in DiagnoseFloatingImpCast()12156 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()12161 if (IsLiteral) { in DiagnoseFloatingImpCast()