Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp775 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
881 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
884 QualType ValuesT = DictionaryWithObjectsMethod->param_begin()[0]->getType(); in BuildObjCDictionaryLiteral()
886 QualType KeysT = DictionaryWithObjectsMethod->param_begin()[1]->getType(); in BuildObjCDictionaryLiteral()
929 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
DSema.cpp86 NSDictionaryDecl(0), DictionaryWithObjectsMethod(0), in Sema()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h602 ObjCMethodDecl *DictionaryWithObjectsMethod; variable