Searched refs:CreateOverloadedUnaryOp (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 167 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
|
D | SemaOverload.cpp | 11499 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
|
D | TreeTransform.h | 11827 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First); in RebuildCXXOperatorCallExpr()
|
D | SemaExpr.cpp | 11565 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2631 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,
|