Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp452 ExprResult opLHS = buildGet(); in buildAssignmentOperation() local
453 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation()
458 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation()
466 opLHS.get()->getType(), in buildAssignmentOperation()