Searched defs:T2OPType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp3982 *T2OPType = T2->getAs<ObjCObjectPointerType>(); local
3983 if (T1OPType && T2OPType) {
3985 T2 = T2OPType->getPointeeType();

Completed in 346 milliseconds