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

References

tools/clang/lib/Parse/ParseExpr.cpp
 1597             Length = ParseExpression();
 1606       Length = Actions.CorrectDelayedTyposInExpr(Length);
 1606       Length = Actions.CorrectDelayedTyposInExpr(Length);
 1607       if (!LHS.isInvalid() && !Idx.isInvalid() && !Length.isInvalid() &&
 1611                                                  ColonLoc, Length.get(), RLoc);