Home
last modified time | relevance | path

Searched refs:AssignmentLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h287 SourceLocation AssignmentLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5252 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()
5274 ExprResult Res = CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, D.Range.End, in ActOnOMPIteratorExpr()
5284 Res = CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res.get(), St.get()); in ActOnOMPIteratorExpr()
5291 CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, Res.get(), in ActOnOMPIteratorExpr()
5292 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5298 Res = CreateBuiltinBinOp(D.AssignmentLoc, BO_Div, Res.get(), St.get()); in ActOnOMPIteratorExpr()
5303 St1 = CreateBuiltinUnaryOp(D.AssignmentLoc, UO_Minus, D.Range.Step); in ActOnOMPIteratorExpr()
5305 ExprResult Res1 = CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, in ActOnOMPIteratorExpr()
5313 CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res1.get(), St1.get()); in ActOnOMPIteratorExpr()
5320 CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, Res1.get(), in ActOnOMPIteratorExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4892 setAssignmentLoc(I, D.AssignmentLoc); in OMPIteratorExpr()