Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
887 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()999 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()1002 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()1004 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()1047 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
97 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr), in Sema()
739 ObjCMethodDecl *DictionaryWithObjectsMethod; variable