Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp890 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
1002 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
1005 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
1007 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
1049 DictionaryWithObjectsMethod, SR)); in BuildObjCDictionaryLiteral()
H A DSema.cpp139 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false),
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h899 ObjCMethodDecl *DictionaryWithObjectsMethod; variable