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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6154 QualType QPointerTy; local
6156 QPointerTy = Context.getPointerType(QPointeeTy);
6158 QPointerTy = Context.getObjCObjectPointerType(QPointeeTy);
6161 PointerTypes.insert(QPointerTy);

Completed in 171 milliseconds