Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp113 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E, in EmitObjCCollectionLiteral() function in CodeGenFunction
226 return EmitObjCCollectionLiteral(E, E->getArrayWithObjectsMethod()); in EmitObjCArrayLiteral()
231 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
DCodeGenFunction.h2949 llvm::Value *EmitObjCCollectionLiteral(const Expr *E,