Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7730 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() function
7735 diagnoseArrayStarInParamType(S, PointerTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()
7739 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()
7743 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
7752 diagnoseArrayStarInParamType(S, AT->getElementType(), Loc); in diagnoseArrayStarInParamType()
7799 diagnoseArrayStarInParamType(*this, PType, Param->getLocation()); in CheckParmsForFunctionDef()