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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4260 const ObjCObjectPointerType *T1OPType = T1->getAs<ObjCObjectPointerType>(), local
4262 if (T1OPType && T2OPType) {
4263 T1 = T1OPType->getPointeeType();

Completed in 134 milliseconds