Searched refs:MaybePointee (Results 1 – 1 of 1) sorted by relevance
12067 QualType MaybePointee = From->getPointeeType(); in AdjustingCFIUncheckedCallee() local12068 if (!MaybePointee.isNull() && MaybePointee->getAs<FunctionType>()) in AdjustingCFIUncheckedCallee()12069 From = MaybePointee; in AdjustingCFIUncheckedCallee()12070 MaybePointee = To->getPointeeType(); in AdjustingCFIUncheckedCallee()12071 if (!MaybePointee.isNull() && MaybePointee->getAs<FunctionType>()) in AdjustingCFIUncheckedCallee()12072 To = MaybePointee; in AdjustingCFIUncheckedCallee()