Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
771 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()880 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()883 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()885 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()928 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
97 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr), in Sema()
688 ObjCMethodDecl *DictionaryWithObjectsMethod; variable