Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Index/
H A DIndexBody.cpp233 if (ObjCMethodDecl *MD = E->getDictWithObjectsMethod()) { in VisitObjCDictionaryLiteral()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprObjC.h377 ObjCMethodDecl *getDictWithObjectsMethod() const { in getDictWithObjectsMethod() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprObjC.h323 ObjCMethodDecl *getDictWithObjectsMethod() const
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprObjC.h377 ObjCMethodDecl *getDictWithObjectsMethod() const { in getDictWithObjectsMethod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprObjC.h377 ObjCMethodDecl *getDictWithObjectsMethod() const { in getDictWithObjectsMethod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprObjC.h377 ObjCMethodDecl *getDictWithObjectsMethod() const { in getDictWithObjectsMethod() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp959 Record.AddDeclRef(E->getDictWithObjectsMethod()); in VisitObjCDictionaryLiteral()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjC.cpp231 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5657 D = DictLit->getDictWithObjectsMethod(); in MaybeBindToTemporary()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2914 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr()