Searched refs:IsAfterAmp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 14257 bool IsAfterAmp = false) { in CheckIndirectionOperand() argument 14299 else if (!(LO.C99 && IsAfterAmp) && !S.isUnevaluatedContext()) in CheckIndirectionOperand() 15279 bool IsAfterAmp) { in CreateBuiltinUnaryOp() argument 15333 CheckIndirectionOperand(*this, Input.get(), VK, OpLoc, IsAfterAmp); in CreateBuiltinUnaryOp() 15558 bool IsAfterAmp) { in BuildUnaryOp() argument 15597 return CreateBuiltinUnaryOp(OpLoc, Opc, Input, IsAfterAmp); in BuildUnaryOp() 15601 Expr *Input, bool IsAfterAmp) { in ActOnUnaryOp() argument 15603 IsAfterAmp); in ActOnUnaryOp()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6842 Expr *InputExpr, bool IsAfterAmp = false); 6844 Expr *Input, bool IsAfterAmp = false); 6848 Expr *Input, bool IsAfterAmp = false);
|