Home
last modified time | relevance | path

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

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