Searched refs:ObjCDictionaryElement (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 197 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/ |
D | SemaTemplateVariadic.cpp | 97 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
D | TreeTransform.h | 2252 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()
|
D | SemaExprObjC.cpp | 732 ObjCDictionaryElement *Elements, in BuildObjCDictionaryLiteral()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2688 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 2727 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 1686 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
|
D | Expr.cpp | 3839 ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() 3876 ArrayRef<ObjCDictionaryElement> VK, in Create()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 811 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4128 ObjCDictionaryElement *Elements,
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|