Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaPseudoObject.h32 ExprResult checkAssignment(Scope *S, SourceLocation OpLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1505 ExprResult SemaPseudoObject::checkAssignment(Scope *S, SourceLocation opcLoc, in checkAssignment() function in SemaPseudoObject
H A DTreeTransform.h16355 return SemaRef.PseudoObject().checkAssignment(/*Scope=*/nullptr, OpLoc, in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp15145 return PseudoObject().checkAssignment(S, OpLoc, Opc, LHSExpr, RHSExpr); in BuildBinOp()