Home | History | Annotate | Download | only in Sema

Lines Matching defs:NullValue

270   std::string NullValue;
273 NullValue = "nil";
275 NullValue = "NULL";
277 NullValue = "(void*) 0";
284 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);