Home
last modified time | relevance | path

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

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