Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp640 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp946 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
H A DSemaOpenMP.cpp5466 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc()
5512 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Minus, Divisor)); in buildDistanceFunc()
5602 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Deref, Advanced)); in buildLoopVarFunc()
5727 SemaRef.BuildUnaryOp(nullptr, {}, UO_Minus, IncBin->getRHS())); in ActOnOpenMPCanonicalLoop()
5745 SemaRef.BuildUnaryOp(nullptr, {}, UO_Minus, CondCXXOp->getArg(1))); in ActOnOpenMPCanonicalLoop()
14499 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPTileDirective()
14760 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPStripeDirective()
15048 ExprResult InnerIncr = SemaRef.BuildUnaryOp( in ActOnOpenMPUnrollDirective()
15258 ExprResult Incr = SemaRef.BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), in ActOnOpenMPReverseDirective()
15479 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPInterchangeDirective()
H A DSemaStmt.cpp2678 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
H A DSemaExpr.cpp4837 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp()
15922 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, in BuildUnaryOp() function in Sema
15968 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input, in ActOnUnaryOp()
19743 return S.BuildUnaryOp(nullptr, UO->getOperatorLoc(), UO_Extension, in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaChecking.cpp699 S.BuildUnaryOp(nullptr, Loc, UO_AddrOf, Field.get()); in dumpRecordValue()
H A DTreeTransform.h2748 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7266 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc, UnaryOperatorKind Opc,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5336 …NS_14SourceLocationENS_17UnaryOperatorKindEPNS_4ExprE", "clang::Sema::BuildUnaryOp(clang::Scope*, …