Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp834 const PointerType *PtrKey = KeyT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
835 if (!PtrKey || in BuildObjCDictionaryLiteral()
836 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()
839 if (PtrKey) { in BuildObjCDictionaryLiteral()
852 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()