Home
last modified time | relevance | path

Searched refs:ObjPtr1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6663 const ObjCObjectPointerType *ObjPtr1, *ObjPtr2; in FindCompositePointerType() local
6664 if ((ObjPtr1 = Composite1->getAs<ObjCObjectPointerType>()) && in FindCompositePointerType()
6666 Composite1 = ObjPtr1->getPointeeType(); in FindCompositePointerType()