Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h262 struct ObjCDictionaryElement { struct
328 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
348 ArrayRef<ObjCDictionaryElement> VK,
361 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement()
364 ObjCDictionaryElement Result = {KV.Key, KV.Value, SourceLocation(), in getKeyValueElement()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2601 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp333 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp119 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
H A DSemaExprObjC.cpp955 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1087 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
H A DTreeTransform.h3614 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
14135 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
14138 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
14179 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
14202 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
14239 ObjCDictionaryElement Element = {Key.get(), Value.get(), SourceLocation(), in TransformObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp3509 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3556 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1308 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7483 MutableArrayRef<ObjCDictionaryElement> Elements);