Searched refs:CheckObjCCollectionLiteralElement (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 384 static ExprResult CheckObjCCollectionLiteralElement(Sema &S, Expr *Element, in CheckObjCCollectionLiteralElement() function 852 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() 1010 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Element.Key, in BuildObjCDictionaryLiteral() 1017 = CheckObjCCollectionLiteralElement(*this, Element.Value, ValueT); in BuildObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 386 static ExprResult CheckObjCCollectionLiteralElement(Sema &S, Expr *Element, in CheckObjCCollectionLiteralElement() function 879 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() 1091 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Element.Key, in BuildObjCDictionaryLiteral() 1098 = CheckObjCCollectionLiteralElement(*this, Element.Value, ValueT); in BuildObjCDictionaryLiteral()
|