Searched refs:CreateOverloadedBinOp (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h1970 ExprResult CreateOverloadedBinOp(SourceLocation OpLoc,
/external/clang/lib/Sema/
H A DSemaOverload.cpp10090 /// by CreateOverloadedBinOp().
10095 Sema::CreateOverloadedBinOp(SourceLocation OpLoc, function in class:Sema
H A DTreeTransform.h9214 = SemaRef.CreateOverloadedBinOp(OpLoc, Opc, Functions, Args[0], Args[1]);
H A DSemaExpr.cpp8557 return S.CreateOverloadedBinOp(OpLoc, Opc, Functions, LHS, RHS);

Completed in 148 milliseconds