HomeSort by: relevance | last modified time | path
    Searched refs:EmitObjCCollectionLiteral (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 120 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E,
244 return EmitObjCCollectionLiteral(E, E->getArrayWithObjectsMethod());
249 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod());
CodeGenFunction.h 4202 llvm::Value *EmitObjCCollectionLiteral(const Expr *E,

Completed in 24 milliseconds