Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp805 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() local
813 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
824 Context.getPointerType(IdT), in BuildObjCArrayLiteral()
846 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral()
852 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral()
967 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() local
974 Context, SourceLocation(), SourceLocation(), Sel, IdT, in BuildObjCDictionaryLiteral()
986 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
994 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
1017 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()
[all …]