enum Expr::NullPointerConstantValueDependence

Description

Enumeration used to describe how \c isNullPointerConstant() should cope with value-dependent expressions.

Declared at: clang/include/clang/AST/Expr.h:780

Enumerators

NameValueComment
NPC_NeverValueDependent0Specifies that the expression should never be value-dependent.
NPC_ValueDependentIsNull1Specifies that a value-dependent expression of integral or dependent type should be considered a null pointer constant.
NPC_ValueDependentIsNotNull2Specifies that a value-dependent expression should be considered to never be a null pointer constant.