Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 262 struct ObjCDictionaryElement { struct 329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 349 ArrayRef<ObjCDictionaryElement> VK, 362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement() 365 ObjCDictionaryElement Result = {KV.Key, KV.Value, SourceLocation(), in getKeyValueElement()
|
| /freebsd-src/contrib/llvm-project/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 | 2666 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCMessageExpr()
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 342 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 122 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
|
| H A D | SemaExprObjC.cpp | 961 SourceRange SR, MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral() 1094 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
|
| H A D | TreeTransform.h | 3762 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCMessageExpr() 15452 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformCapturedStmt() 15455 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformCapturedStmt() 15496 ObjCDictionaryElement Expansion = { 15519 ObjCDictionaryElement Element = { 15556 ObjCDictionaryElement Element = {Key.get(), Value.get(), SourceLocation(),
|
| /freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3521 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() 3568 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1419 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | |