Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
969 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()1076 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()1079 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()1081 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()1123 DictionaryWithObjectsMethod, SR); in BuildObjCDictionaryLiteral()
212 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false), in Sema()
1204 ObjCMethodDecl *DictionaryWithObjectsMethod; variable