Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp950 const PointerType *PtrKey = KeyT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
951 if (!PtrKey || in BuildObjCDictionaryLiteral()
952 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()
955 if (PtrKey) { in BuildObjCDictionaryLiteral()
971 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()