Home | History | Annotate | Download | only in Sema

Lines Matching refs:OType

3452         QualType OType = PVD->getOriginalType();
3454 if (Type->isPointerType() && OType->isArrayType()) {
3456 << Type << OType;