Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp878 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local
883 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp736 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3856 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local