Home | History | Annotate | Download | only in Sema

Lines Matching refs:NullValue

282   std::string NullValue;
285 NullValue = "nil";
287 NullValue = "NULL";
289 NullValue = "(void*) 0";
296 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);