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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp771 if (!DictionaryWithObjectsMethod) {
880 DictionaryWithObjectsMethod = Method;
883 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType();
885 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType();
928 DictionaryWithObjectsMethod, SR));
H A DSema.cpp98 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr),
/external/clang/include/clang/Sema/
H A DSema.h676 ObjCMethodDecl *DictionaryWithObjectsMethod; member in class:clang::Sema

Completed in 103 milliseconds