Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp455 ExprResult opLHS = buildGet(); in buildAssignmentOperation() local
456 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation()
461 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation()
467 S.CurFPFeatureOverrides(), opLHS.get()->getType(), in buildAssignmentOperation()