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

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4037 /// \param OPT when non-NULL, the search for visible declarations will
4038 /// also walk the protocols in the qualified interfaces of \p OPT.
4050 const ObjCObjectPointerType *OPT,
4056 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT))
4118 if (OPT) {
4120 I = OPT->qual_begin(), E = OPT->qual_end();
4044 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
H A DSemaDeclObjC.cpp609 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>())
610 for (ObjCObjectType::qual_iterator I = OPT->qual_begin(),
611 E = OPT->qual_end(); I != E; ++I)
H A DSemaExpr.cpp8896 else if (const ObjCObjectPointerType *OPT =
8898 Result = OPT->getPointeeType();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3971 const ObjCObjectPointerType *OPT = 0; local
3977 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
3983 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
4008 assert(OPT && "Unexpected non-object pointer type in @catch");
4009 const ObjCObjectType *ObjTy = OPT->getObjectType();
H A DCGObjCGNU.cpp1121 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); local
1122 assert(OPT && "Invalid @catch type.");
1123 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();
H A DCGExprScalar.cpp1712 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); local
1715 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
/freebsd-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh397 OPT=$1
399 config_${OPT} $@
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2512 const ObjCObjectPointerType *OPT = 0,
6788 const ObjCObjectPointerType *OPT,
6797 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,

Completed in 264 milliseconds

12