Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp809 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() local
817 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
828 Context.getPointerType(IdT), in BuildObjCArrayLiteral()
850 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral()
856 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral()
970 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() local
977 Context, SourceLocation(), SourceLocation(), Sel, IdT, in BuildObjCDictionaryLiteral()
989 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
997 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
1020 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()
[all …]