Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2901 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator() argument
2902 return getSema().CreateOverloadedBinOp(OpLoc, Opcode, UnqualLookups, LHS, in RebuildCXXRewrittenBinaryOperator()
11600 UnresolvedSet<2> UnqualLookups; in TransformCXXRewrittenBinaryOperator() local
11620 UnqualLookups.addDecl(Found); in TransformCXXRewrittenBinaryOperator()
11636 E->getOperatorLoc(), Decomp.Opcode, UnqualLookups, LHS.get(), RHS.get()); in TransformCXXRewrittenBinaryOperator()