Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DUSRGeneration.cpp708 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local
710 VisitObjCInterfaceDecl(OIT->getDecl()); in VisitType()
713 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local
715 VisitType(OIT->getBaseType()); in VisitType()
716 for (auto *Prot : OIT->getProtocols()) in VisitType()
/external/clang/include/clang/AST/
DASTContext.h1298 QualType getObjCObjectPointerType(QualType OIT) const;
/external/clang/lib/CodeGen/
DCGExpr.cpp2932 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local
2934 CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT); in EmitArraySubscriptExpr()