Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCoroutine.cpp167 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
DSemaOverload.cpp11499 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
DTreeTransform.h11827 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First); in RebuildCXXOperatorCallExpr()
DSemaExpr.cpp11565 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
/external/clang/include/clang/Sema/
DSema.h2631 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,