Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10623 bool IsGNUNullExpr = isa<GNUNullExpr>(NewE); in DiagnoseNullConversion() local
10625 if (!IsGNUNullExpr && !HasNullPtrType) in DiagnoseNullConversion()
10642 if (IsGNUNullExpr && Loc.isMacroID()) { in DiagnoseNullConversion()