Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h262 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 DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2666 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCMessageExpr()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp342 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp122 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp961 SourceRange SR, MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1094 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
H A DTreeTransform.h3762 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 DParseObjc.cpp3521 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 DASTWriterStmt.cpp1419 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h