Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14255 static QualType CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, in CheckIndirectionOperand() function
14282 return CheckIndirectionOperand(S, PR.get(), VK, OpLoc); in CheckIndirectionOperand()
15333 CheckIndirectionOperand(*this, Input.get(), VK, OpLoc, IsAfterAmp); in CreateBuiltinUnaryOp()