Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h260 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 DExprObjC.cpp50 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
76 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2804 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h46 struct ObjCDictionaryElement;
678 MutableArrayRef<ObjCDictionaryElement> Elements);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp341 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp133 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp956 SourceRange SR, MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1089 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
H A DTreeTransform.h3812 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 DParseObjc.cpp3100 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 DASTWriterStmt.cpp1442 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2857 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()