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

/external/clang/lib/Analysis/
H A DBodyFarm.cpp181 const PointerType *PredicatePtrTy = PredicateQPtrTy->getAs<PointerType>(); local
182 if (!PredicatePtrTy)
184 QualType PredicateTy = PredicatePtrTy->getPointeeType();

Completed in 117 milliseconds