Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp107 if (ObjCMethodDecl *MD = E->getDictWithObjectsMethod()) in VisitObjCDictionaryLiteral()
/external/clang/include/clang/AST/
DExprObjC.h314 ObjCMethodDecl *getDictWithObjectsMethod() const in getDictWithObjectsMethod() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp823 Writer.AddDeclRef(E->getDictWithObjectsMethod(), Record); in VisitObjCDictionaryLiteral()
/external/clang/lib/CodeGen/
DCGObjC.cpp185 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4671 D = DictLit->getDictWithObjectsMethod(); in MaybeBindToTemporary()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2929 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr()