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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp343 if (ObjCMethodDecl *MD = E->getDictWithObjectsMethod()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h374 ObjCMethodDecl *getDictWithObjectsMethod() const { function in class:clang::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1215 Record.AddDeclRef(E->getDictWithObjectsMethod());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp247 return EmitObjCCollectionLiteral(E, E->getDictWithObjectsMethod());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2911 ObjCMethodDecl *DictMethod = Exp->getDictWithObjectsMethod();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6672 D = DictLit->getDictWithObjectsMethod();

Completed in 143 milliseconds