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

References

tools/clang/tools/libclang/CXType.cpp
  852   if (TP) {
  853     switch (TP->getTypeClass()) {
  855       ET = cast<ConstantArrayType> (TP)->getElementType();
  858       ET = cast<IncompleteArrayType> (TP)->getElementType();
  861       ET = cast<VariableArrayType> (TP)->getElementType();
  864       ET = cast<DependentSizedArrayType> (TP)->getElementType();