Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance
890 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()1002 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()1005 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()1007 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()1049 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
139 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false),
899 ObjCMethodDecl *DictionaryWithObjectsMethod; variable