Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4024 return NPCK_CXX11_nullptr; in isNullPointerConstant()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h812 NPCK_CXX11_nullptr, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7872 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); in DiagnoseConditionalForNull()