Home
last modified time | relevance | path

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

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