Home
last modified time | relevance | path

Searched refs:NPCK_GNUNull (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp3198 return NPCK_GNUNull; in isNullPointerConstant()
/external/clang/include/clang/AST/
DExpr.h681 NPCK_GNUNull enumerator
/external/clang/lib/Sema/
DSemaChecking.cpp7998 if (NullKind != Expr::NPCK_GNUNull && NullKind != Expr::NPCK_CXX11_nullptr) in DiagnoseNullConversion()
8018 if (NullKind == Expr::NPCK_GNUNull && Loc.isMacroID()) { in DiagnoseNullConversion()