Searched refs:ToPTy (Results 1 – 2 of 2) sorted by relevance
46 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr()); in VisitCastExpr() local48 if (!ToPTy || !OrigPTy) in VisitCastExpr()52 QualType ToPointeeTy = ToPTy->getPointeeType(); in VisitCastExpr()
93 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr()); in checkPreStmt() local95 if (!ToPTy) in checkPreStmt()98 QualType ToPointeeTy = ToPTy->getPointeeType(); in checkPreStmt()