Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp356 if (ObjCMethodDecl *MD = E->getDictWithObjectsMethod()) { in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h375 ObjCMethodDecl *getDictWithObjectsMethod() const { in getDictWithObjectsMethod() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1454 Record.AddDeclRef(E->getDictWithObjectsMethod()); in VisitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp253 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod()); in EmitObjCDictionaryLiteral()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2915 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod(); in RewriteObjCDictionaryLiteralExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6589 D = DictLit->getDictWithObjectsMethod(); in MaybeBindToTemporary()