Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp771 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
880 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
883 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
885 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
928 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
H A DSema.cpp97 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr), in Sema()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h688 ObjCMethodDecl *DictionaryWithObjectsMethod; variable