Searched refs:CreateOverloadedUnaryOp (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 282 return SemaRef.CreateOverloadedUnaryOp(Loc, UO_Coawait, Functions, E); in buildOperatorCoawaitCall()
|
| H A D | SemaOverload.cpp | 13214 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp() function in Sema
|
| H A D | TreeTransform.h | 14573 return SemaRef.CreateOverloadedUnaryOp(OpLoc, Opc, Functions, First, in RebuildCXXOperatorCallExpr()
|
| H A D | SemaExpr.cpp | 14944 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input); in BuildUnaryOp()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3832 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,
|