Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h263 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(), None }; in getKeyValueElement()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2583 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp118 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp954 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1089 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
H A DTreeTransform.h3522 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
13946 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
13949 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
13990 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
14013 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
14050 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3463 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3510 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1310 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7237 MutableArrayRef<ObjCDictionaryElement> Elements);