Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp462 ExprResult opLHS = buildGet(); in buildAssignmentOperation() local
463 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation()
468 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation()
474 S.CurFPFeatureOverrides(), opLHS.get()->getType(), in buildAssignmentOperation()