Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp256 return CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in BuildOperatorCoawaitCall()
H A DSemaOverload.cpp14169 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
H A DTreeTransform.h16414 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp15594 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10546 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,