Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
79 ArrayRef<ObjCDictionaryElement> VK, in Create()
H A DStmtPrinter.cpp2410 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/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.h3438 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
13586 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
13589 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
13630 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
13653 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
13690 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3454 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3501 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1301 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6870 MutableArrayRef<ObjCDictionaryElement> Elements);