Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 260 struct ObjCDictionaryElement { struct 327 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 347 ArrayRef<ObjCDictionaryElement> VK, 360 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() 363 ObjCDictionaryElement Result = {KV.Key, KV.Value, SourceLocation(), in getKeyValueElement()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 50 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() 76 ArrayRef<ObjCDictionaryElement> VK, in Create()
|
| H A D | StmtPrinter.cpp | 2804 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 46 struct ObjCDictionaryElement; 678 MutableArrayRef<ObjCDictionaryElement> Elements);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 341 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 133 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
| H A D | SemaExprObjC.cpp | 956 SourceRange SR, MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral() 1089 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
|
| H A D | TreeTransform.h | 3812 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral() 16591 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral() 16594 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() 16635 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral() 16658 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral() 16695 ObjCDictionaryElement Element = {Key.get(), Value.get(), SourceLocation(), in TransformObjCDictionaryLiteral()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3100 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 3140 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1442 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2857 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|