Searched defs:OIT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Index/ | ||
H A D | USRGeneration.cpp | 919 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { VisitType() local |
/llvm-project/clang/lib/AST/ | ||
H A D | JSONNodeDumper.cpp | 813 VisitObjCInterfaceType(const ObjCInterfaceType * OIT) VisitObjCInterfaceType() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExpr.cpp | 4234 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ EmitArraySubscriptExpr() local |