Home
last modified time | relevance | path

Searched refs:MaybePointee (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12067 QualType MaybePointee = From->getPointeeType(); in AdjustingCFIUncheckedCallee() local
12068 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()