Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8360 if (const auto *ParenTy = dyn_cast<ParenType>(PType)) { in diagnoseArrayStarInParamType() local
8361 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()