Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2423 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/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.h3459 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
13651 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
13654 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
13695 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
13718 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
13755 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3454 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3501 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1312 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6940 MutableArrayRef<ObjCDictionaryElement> Elements);