Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
968 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()1078 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()1081 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()1083 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()1125 DictionaryWithObjectsMethod, SR); in BuildObjCDictionaryLiteral()
176 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false),
1171 ObjCMethodDecl *DictionaryWithObjectsMethod; variable