Searched refs:OPT (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3818 if (const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>()) {
3820 for (auto *Proto : OPT->quals()) {
3836 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>(); local
3837 if (!OPT)
3848 for (auto *Proto : OPT->quals()) {
3865 for (auto *Proto : OPT->quals()) {
5799 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>(); local
5800 if (OPT->isObjCIdType()) {
5805 if (OPT->isObjCClassType() || OPT
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4126 const ObjCObjectPointerType *OPT = nullptr; local
4132 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
4138 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
4163 assert(OPT && "Unexpected non-object pointer type in @catch");
4164 const ObjCObjectType *ObjTy = OPT->getObjectType();
H A DCGObjCGNU.cpp1112 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); local
1113 assert(OPT && "Invalid @catch type.");
1114 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();
H A DCGExprScalar.cpp1823 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); local
1826 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
/freebsd-11.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh397 OPT=$1
399 config_${OPT} $@
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1044 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>())
1045 ProtocolRefs.append(OPT->qual_begin(), OPT->qual_end());
H A DSemaExpr.cpp10244 else if (const ObjCObjectPointerType *OPT =
10246 Result = OPT->getPointeeType();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2759 const ObjCObjectPointerType *OPT,
2844 const ObjCObjectPointerType *OPT = nullptr,
2855 const ObjCObjectPointerType *OPT = nullptr);
7389 const ObjCObjectPointerType *OPT,
7398 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,

Completed in 458 milliseconds

12