Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14368 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType() local
14369 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()