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

References

tools/clang/tools/libclang/CXType.cpp
  855       ET = cast<ConstantArrayType> (TP)->getElementType();
  858       ET = cast<IncompleteArrayType> (TP)->getElementType();
  861       ET = cast<VariableArrayType> (TP)->getElementType();
  864       ET = cast<DependentSizedArrayType> (TP)->getElementType();
  870   return MakeCXType(ET, GetTU(CT));