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

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

Completed in 47 milliseconds