Home | History | Annotate | Download | only in Sema

Lines Matching refs:GNUNullExpr

6928   bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts());
6929 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts());
10802 return new (Context) GNUNullExpr(Ty, TokenLoc);