Searched refs:IdT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 814 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() local 822 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral() 833 Context.getPointerType(IdT), in BuildObjCArrayLiteral() 855 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral() 861 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral() 975 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() local 982 Context, SourceLocation(), SourceLocation(), Sel, IdT, in BuildObjCDictionaryLiteral() 994 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 1002 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 1025 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral() [all …]
|