Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp86 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E, in EmitObjCCollectionLiteral() function in CodeGenFunction
199 return EmitObjCCollectionLiteral(E, E->getArrayWithObjectsMethod()); in EmitObjCArrayLiteral()
204 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
DCodeGenFunction.h2544 llvm::Value *EmitObjCCollectionLiteral(const Expr *E,