Home
last modified time | relevance | path

Searched refs:ObjCDictionaryElement (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h197 struct ObjCDictionaryElement { struct
253 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
287 ArrayRef<ObjCDictionaryElement> VK,
300 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement()
303 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), in getKeyValueElement()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp97 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
DTreeTransform.h2252 ObjCDictionaryElement *Elements, in RebuildObjCDictionaryLiteral()
8378 llvm::SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
8381 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
8424 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
8447 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
8481 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
DSemaExprObjC.cpp732 ObjCDictionaryElement *Elements, in BuildObjCDictionaryLiteral()
/external/clang/lib/Parse/
DParseObjc.cpp2688 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
2727 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/external/clang/lib/AST/
DStmtPrinter.cpp1686 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
DExpr.cpp3839 ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
3876 ArrayRef<ObjCDictionaryElement> VK, in Create()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp811 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/external/clang/include/clang/Sema/
DSema.h4128 ObjCDictionaryElement *Elements,
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()