Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2735 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(), in RewriteObjCArrayLiteralExpr() local
2742 MemberExpr(NSArrayCallExpr, false, SourceLocation(), ARRFD, in RewriteObjCArrayLiteralExpr()
2743 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCArrayLiteralExpr()
2866 FieldDecl *ARRFD = FieldDecl::Create(*Context, nullptr, SourceLocation(), in RewriteObjCDictionaryLiteralExpr() local
2873 MemberExpr(NSValueCallExpr, false, SourceLocation(), ARRFD, in RewriteObjCDictionaryLiteralExpr()
2874 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCDictionaryLiteralExpr()
2887 MemberExpr(NSKeyCallExpr, false, SourceLocation(), ARRFD, in RewriteObjCDictionaryLiteralExpr()
2888 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCDictionaryLiteralExpr()