Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1360 if (auto *IfaceT = getAsObjCInterfaceType()) { in acceptsObjCTypeParams()
1492 const ObjCObjectType *Type::getAsObjCInterfaceType() const { in getAsObjCInterfaceType() function in Type
/external/clang/include/clang/AST/
DType.h1813 const ObjCObjectType *getAsObjCInterfaceType() const;
/external/clang/lib/Sema/
DSemaExprObjC.cpp1328 if (ReceiverType->getAsObjCInterfaceType()) in getBaseMessageSendResultType()