Home
last modified time | relevance | path

Searched refs:EmitObjCCollectionLiteral (Results 1 – 4 of 4) 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,
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp119 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E, in EmitObjCCollectionLiteral() function in CodeGenFunction
243 return EmitObjCCollectionLiteral(E, E->getArrayWithObjectsMethod()); in EmitObjCArrayLiteral()
248 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
DCodeGenFunction.h4133 llvm::Value *EmitObjCCollectionLiteral(const Expr *E,