Searched refs:CreateOverloadedUnaryOp (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 167 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
|
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/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 282 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
|
D | SemaOverload.cpp | 13235 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
|
D | TreeTransform.h | 14326 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
|
D | SemaExpr.cpp | 14825 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2631 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3701 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,
|