Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp436 Expr *semanticRHS = capturedRHS; in buildAssignmentOperation() local
438 semanticRHS = RHS; in buildAssignmentOperation()
446 result = semanticRHS; in buildAssignmentOperation()
458 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation()