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

References

tools/clang/lib/Parse/ParseExpr.cpp
  281       return LHS;
  306       return LHS;
  316       return LHS;
  329       return LHS;
  362         Actions.CorrectDelayedTyposInExpr(LHS);
  363         LHS = ExprError();
  397     PreferredType.enterBinary(Actions, Tok.getLocation(), LHS.get(),
  422       Actions.CorrectDelayedTyposInExpr(LHS);
  425       LHS = ExprError();
  459         Actions.CorrectDelayedTyposInExpr(LHS);
  462         LHS = ExprError();
  477         LHS = ExprError();
  482         LHS = ExprError();
  486     ExprResult OrigLHS = LHS;
  487     if (!LHS.isInvalid()) {
  496                          SourceRange(Actions.getExprRange(LHS.get()).getBegin(),
  499         LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
  500                                  OpToken.getKind(), LHS.get(), RHS.get());
  503         LHS = Actions.ActOnConditionalOp(OpToken.getLocation(), ColonLoc,
  504                                          LHS.get(), TernaryMiddle.get(),
  514     if (LHS.isInvalid()) {