Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp948 const PointerType *PtrKey = KeyT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
949 if (!PtrKey || in BuildObjCDictionaryLiteral()
950 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()
953 if (PtrKey) { in BuildObjCDictionaryLiteral()
969 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1029 const PointerType *PtrKey = KeyT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
1030 if (!PtrKey || in BuildObjCDictionaryLiteral()
1031 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()
1034 if (PtrKey) { in BuildObjCDictionaryLiteral()
1050 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(), in BuildObjCDictionaryLiteral()