Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp10564 ExprResult ConvResult = S.UsualUnaryConversions(Op); in CheckIndirectionOperand() local
10565 if (ConvResult.isInvalid()) in CheckIndirectionOperand()
10567 Op = ConvResult.get(); in CheckIndirectionOperand()