Home | History | Annotate | Download | only in Sema

Lines Matching refs:GNUNullExpr

5894   bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts());
5895 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts());
9241 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc));