Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp255 return CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in BuildOperatorCoawaitCall()
H A DSemaOverload.cpp13403 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
H A DTreeTransform.h14940 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp15833 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4079 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,