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

References

tools/clang/tools/libclang/CXType.cpp
  794   if (TP) {
  795     switch (TP->getTypeClass()) {
  797       ET = cast<ConstantArrayType> (TP)->getElementType();
  800       ET = cast<IncompleteArrayType> (TP)->getElementType();
  803       ET = cast<VariableArrayType> (TP)->getElementType();
  806       ET = cast<DependentSizedArrayType> (TP)->getElementType();
  809       ET = cast<VectorType> (TP)->getElementType();
  812       ET = cast<ExtVectorType>(TP)->getElementType();
  815       ET = cast<ComplexType> (TP)->getElementType();