Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp303 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
H A DSemaOverload.cpp12206 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
H A DTreeTransform.h12773 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp13166 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2980 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,