Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h212 struct ObjCDictionaryElement { struct
232 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument
284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
309 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
/external/clang/lib/AST/
DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()
90 ArrayRef<ObjCDictionaryElement> VK, in Create()
DStmtPrinter.cpp2437 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp98 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
DTreeTransform.h2852 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()
10947 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()
10950 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()
10993 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()
11016 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
11053 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
DSemaExprObjC.cpp871 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()
1008 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
/external/clang/lib/Parse/
DParseObjc.cpp3448 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()
3486 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp947 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2856 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
/external/clang/include/clang/Sema/
DSema.h5233 MutableArrayRef<ObjCDictionaryElement> Elements);