Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp8872 static QualType CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, in CheckIndirectionOperand() function
8903 return CheckIndirectionOperand(S, PR.take(), VK, OpLoc); in CheckIndirectionOperand()
9579 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp()