Searched refs:BuildUnaryOp (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 640 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 946 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
|
| H A D | SemaOpenMP.cpp | 5466 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 D | SemaStmt.cpp | 2678 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
|
| H A D | SemaExpr.cpp | 4837 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 D | SemaChecking.cpp | 699 S.BuildUnaryOp(nullptr, Loc, UO_AddrOf, Field.get()); in dumpRecordValue()
|
| H A D | TreeTransform.h | 2748 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7266 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc, UnaryOperatorKind Opc,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5336 …NS_14SourceLocationENS_17UnaryOperatorKindEPNS_4ExprE", "clang::Sema::BuildUnaryOp(clang::Scope*, …
|