Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp256 return CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in BuildOperatorCoawaitCall()
HDSemaOverload.cpp14169 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
HDTreeTransform.h16414 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
HDSemaExpr.cpp15594 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10546 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,