Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp969 if (!DictionaryWithObjectsMethod) { in BuildObjCDictionaryLiteral()
1076 DictionaryWithObjectsMethod = Method; in BuildObjCDictionaryLiteral()
1079 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral()
1081 QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType(); in BuildObjCDictionaryLiteral()
1123 DictionaryWithObjectsMethod, SR); in BuildObjCDictionaryLiteral()
H A DSema.cpp212 DictionaryWithObjectsMethod(nullptr), GlobalNewDeleteDeclared(false), in Sema()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1204 ObjCMethodDecl *DictionaryWithObjectsMethod; variable