Lines Matching refs:NullValue
469 std::string NullValue;471 NullValue = "nil";473 NullValue = "nullptr";475 NullValue = "NULL";477 NullValue = "(void*) 0";484 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);