Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp885 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
997 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
1000 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
1002 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
1044 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
DSema.cpp99 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr),
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp968 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
1078 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
1081 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
1083 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
1125 DictionaryWithObjectsMethod, SR); in BuildObjCDictionaryLiteral()
DSema.cpp173 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false),
/external/clang/include/clang/Sema/
DSema.h771 ObjCMethodDecl *DictionaryWithObjectsMethod; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h1063 ObjCMethodDecl *DictionaryWithObjectsMethod; variable