reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
13015     diagnoseArrayStarInParamType(S, PointerTy->getPointeeType(), Loc);
13019     diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc);
13023     diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc);
13032     diagnoseArrayStarInParamType(S, AT->getElementType(), Loc);
13076     diagnoseArrayStarInParamType(*this, PType, Param->getLocation());