Home
last modified time | relevance | path

Searched refs:getKeyValueElement (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp97 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
DTreeTransform.h8381 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
/external/clang/include/clang/AST/
DExprObjC.h300 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() function
/external/clang/lib/CodeGen/
DCGObjC.cpp124 const Expr *Key = DLE->getKeyValueElement(i).Key; in EmitObjCCollectionLiteral()
132 const Expr *Value = DLE->getKeyValueElement(i).Value; in EmitObjCCollectionLiteral()
/external/clang/lib/AST/
DStmtPrinter.cpp1686 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp811 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()