Searched refs:BuildUnaryOp (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 662 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 940 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
|
| H A D | SemaOpenMP.cpp | 5587 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc() 5632 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Minus, Divisor)); in buildDistanceFunc() 5722 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Deref, Advanced)); in buildLoopVarFunc() 5845 AssertSuccess(BuildUnaryOp(nullptr, {}, UO_Minus, IncBin->getRHS())); in ActOnOpenMPCanonicalLoop() 5863 BuildUnaryOp(nullptr, {}, UO_Minus, CondCXXOp->getArg(1))); in ActOnOpenMPCanonicalLoop() 14664 BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), UO_PreInc, TileIV); in ActOnOpenMPTileDirective() 14950 ExprResult InnerIncr = BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), in ActOnOpenMPUnrollDirective()
|
| H A D | SemaStmt.cpp | 2709 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
|
| H A D | SemaExpr.cpp | 4754 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp() 15796 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, in BuildUnaryOp() function in Sema 15842 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input); in ActOnUnaryOp() 19232 return S.BuildUnaryOp(nullptr, UO->getOperatorLoc(), UO_Extension, in rebuildPotentialResultsAsNonOdrUsed()
|
| H A D | TreeTransform.h | 2542 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
|
| H A D | SemaChecking.cpp | 607 S.BuildUnaryOp(nullptr, Loc, UO_AddrOf, Field.get()); in dumpRecordValue()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5549 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,
|