reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
  455     result = semanticRHS;
  468     result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS);
  469     if (result.isInvalid()) return ExprError();
  473                                              result.get()->getType(),
  474                                              result.get()->getValueKind(),
  477                                              result.get()->getType(),
  483   result = buildSet(result.get(), opcLoc, captureSetValueAsResult());
  483   result = buildSet(result.get(), opcLoc, captureSetValueAsResult());
  484   if (result.isInvalid()) return ExprError();
  485   addSemanticExpr(result.get());
  486   if (!captureSetValueAsResult() && !result.get()->getType()->isVoidType() &&
  487       (result.get()->isTypeDependent() || CanCaptureValue(result.get())))
  487       (result.get()->isTypeDependent() || CanCaptureValue(result.get())))