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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1039     ExprResult Key = CheckObjCCollectionLiteralElement(*this, Element.Key,
 1046       = CheckObjCCollectionLiteralElement(*this, Element.Value, ValueT);
 1050     Element.Key = Key.get();
 1051     Element.Value = Value.get();
 1053     if (Element.EllipsisLoc.isInvalid())
 1056     if (!Element.Key->containsUnexpandedParameterPack() &&
 1057         !Element.Value->containsUnexpandedParameterPack()) {
 1058       Diag(Element.EllipsisLoc,
 1060           << SourceRange(Element.Key->getBeginLoc(),
 1061                          Element.Value->getEndLoc());