Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1366 if (auto *IfaceT = getAsObjCInterfaceType()) { in acceptsObjCTypeParams()
1498 const ObjCObjectType *Type::getAsObjCInterfaceType() const { in getAsObjCInterfaceType() function in Type
/external/clang/include/clang/AST/
DType.h1837 const ObjCObjectType *getAsObjCInterfaceType() const;
/external/clang/lib/Sema/
DSemaExprObjC.cpp1325 if (ReceiverType->getAsObjCInterfaceType()) in getBaseMessageSendResultType()