Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A 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()
H A DSema.cpp211 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1203 ObjCMethodDecl *DictionaryWithObjectsMethod; variable