Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.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()
HDSema.cpp98 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr), in Sema()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h739 ObjCMethodDecl *DictionaryWithObjectsMethod; variable