Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
885 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()997 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()1000 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()1002 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()1044 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
99 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr),
771 ObjCMethodDecl *DictionaryWithObjectsMethod; variable