Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp705 if (!ReceiverTy.isNull() && ReceiverTy->getAsObjCInterfaceType()) in VisitObjCMessageExpr()
706 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in VisitObjCMessageExpr()
DSemaExprObjC.cpp1504 if (ReceiverType->getAsObjCInterfaceType()) in getBaseMessageSendResultType()
/external/clang/lib/AST/
DType.cpp1366 if (auto *IfaceT = getAsObjCInterfaceType()) { in acceptsObjCTypeParams()
1498 const ObjCObjectType *Type::getAsObjCInterfaceType() const { in getAsObjCInterfaceType() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp1590 if (auto *IfaceT = getAsObjCInterfaceType()) { in acceptsObjCTypeParams()
1722 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()
/external/llvm-project/clang/include/clang/AST/
DType.h2228 const ObjCObjectType *getAsObjCInterfaceType() const;