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

References

tools/clang/lib/Sema/SemaInit.cpp
 3166       bool StartDependent = StartIndex->isTypeDependent() ||
 3167                             StartIndex->isValueDependent();
 3171         StartIndex =
 3172             CheckArrayDesignatorExpr(*this, StartIndex, StartValue).get();
 3176       if (!StartIndex || !EndIndex)
 3190             << StartIndex->getSourceRange() << EndIndex->getSourceRange();
 3197           InitExpressions.push_back(StartIndex);