Home
last modified time | relevance | path

Searched refs:DictionaryWithObjectsMethod (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp887 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()
DSema.cpp97 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr), in Sema()
/external/clang/include/clang/Sema/
DSema.h739 ObjCMethodDecl *DictionaryWithObjectsMethod; variable