Searched refs:CheckObjCCollectionLiteralElement (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp386 static ExprResult CheckObjCCollectionLiteralElement(Sema &S, Expr *Element, function
853 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
1012 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Elements[I].Key,
1019 = CheckObjCCollectionLiteralElement(*this, Elements[I].Value, ValueT);

Completed in 557 milliseconds