Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp829 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local
834 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp668 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp3593 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local