Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp976 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
1083 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
1086 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
1088 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
1130 DictionaryWithObjectsMethod, SR); in BuildObjCDictionaryLiteral()
HDSemaObjC.cpp33 DictionaryWithObjectsMethod(nullptr) {} in SemaObjC()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h638 ObjCMethodDecl *DictionaryWithObjectsMethod; variable