Searched refs:BuildBinOp (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp429 result = S.BuildBinOp(Sc, opcLoc, nonCompound,
481 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
483 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one);
872 return S.BuildBinOp(Sc, opcLoc, opcode, result.get(), RHS);
H A DSemaObjCProperty.cpp1211 ExprResult Res = BuildBinOp(S, PropertyDiagLoc,
H A DSemaOpenMP.cpp3123 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), BOK,
H A DSemaExprCXX.cpp3896 ExprResult Result = Self.BuildBinOp(/*S=*/nullptr, KeyLoc, BO_Assign, &Lhs,
H A DSemaExpr.cpp9698 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);
9721 ExprResult Sema::BuildBinOp(Scope *S, SourceLocation OpLoc, function in class:Sema
H A DTreeTransform.h1847 return getSema().BuildBinOp(/*Scope=*/nullptr, OpLoc, Opc, LHS, RHS);
/external/clang/include/clang/Sema/
H A DSema.h3630 ExprResult BuildBinOp(Scope *S, SourceLocation OpLoc,

Completed in 447 milliseconds