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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1131 QualType getObjCObjectPointerType(QualType OIT) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2295 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){
2299 getContext().getTypeSizeInChars(OIT).getQuantity());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5398 const ObjCInterfaceType *OIT = T->castAs<ObjCInterfaceType>(); local
5400 ObjCInterfaceDecl *OI = OIT->getDecl();

Completed in 177 milliseconds