Searched refs:DictionaryWithObjectsMethod (Results 1 – 6 of 6) 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),
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()
173 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false),
771 ObjCMethodDecl *DictionaryWithObjectsMethod; variable
1063 ObjCMethodDecl *DictionaryWithObjectsMethod; variable