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

/external/clang/lib/AST/
H A DASTContext.cpp3981 const ObjCObjectPointerType *T1OPType = T1->getAs<ObjCObjectPointerType>(), local
3983 if (T1OPType && T2OPType) {
3984 T1 = T1OPType->getPointeeType();

Completed in 1150 milliseconds