Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 262 struct ObjCDictionaryElement { struct 328 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 348 ArrayRef<ObjCDictionaryElement> VK, 361 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() 364 ObjCDictionaryElement Result = {KV.Key, KV.Value, SourceLocation(), in getKeyValueElement()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() 79 ArrayRef<ObjCDictionaryElement> VK, in Create()
|
| H A D | StmtPrinter.cpp | 2601 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 333 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 119 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
| H A D | SemaExprObjC.cpp | 955 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral() 1087 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
|
| H A D | TreeTransform.h | 3614 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral() 14135 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral() 14138 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() 14179 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral() 14202 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral() 14239 ObjCDictionaryElement Element = {Key.get(), Value.get(), SourceLocation(), in TransformObjCDictionaryLiteral()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3509 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 3556 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1308 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7483 MutableArrayRef<ObjCDictionaryElement> Elements);
|