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

References

tools/clang/include/clang/AST/Type.h
 6800   while (const ArrayType *arrayType = type->getAsArrayTypeUnsafe())
 6801     type = arrayType->getElementType().getTypePtr();
 6802   return type;