Lines Matching refs:NullValue
481 std::string NullValue;483 NullValue = "nil";485 NullValue = "nullptr";487 NullValue = "NULL";489 NullValue = "(void*) 0";496 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);