Searched defs:IdT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp654 QualType IdT = Context.getObjCIdType(); local
662 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo,
673 Context.getPointerType(IdT),
695 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
701 << Context.getPointerType(IdT.withConst());
770 QualType IdT = Context.getObjCIdType(); local
778 IdT,
791 Context.getPointerType(IdT),
799 Context.getPointerType(IdT),
822 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) {
[all...]

Completed in 40 milliseconds