Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp15787 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() function
15792 diagnoseArrayStarInParamType(S, PointerTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()
15796 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()
15800 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
15809 diagnoseArrayStarInParamType(S, AT->getElementType(), Loc); in diagnoseArrayStarInParamType()
15854 diagnoseArrayStarInParamType(*this, PType, Param->getLocation()); in CheckParmsForFunctionDef()