Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp332 static ExprResult CheckObjCCollectionLiteralElement(Sema &S, Expr *Element, in CheckObjCCollectionLiteralElement() function
844 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()