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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6240 QualType QPointerTy; local
6242 QPointerTy = Context.getPointerType(QPointeeTy);
6244 QPointerTy = Context.getObjCObjectPointerType(QPointeeTy);
6247 PointerTypes.insert(QPointerTy);

Completed in 77 milliseconds