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

References

tools/clang/tools/libclang/CIndex.cpp
 1780 DEFAULT_TYPELOC_IMPL(Complex, Type)
 1781 DEFAULT_TYPELOC_IMPL(ConstantArray, ArrayType)
 1782 DEFAULT_TYPELOC_IMPL(IncompleteArray, ArrayType)
 1783 DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType)
 1784 DEFAULT_TYPELOC_IMPL(DependentSizedArray, ArrayType)
 1785 DEFAULT_TYPELOC_IMPL(DependentAddressSpace, Type)
 1786 DEFAULT_TYPELOC_IMPL(DependentVector, Type)
 1787 DEFAULT_TYPELOC_IMPL(DependentSizedExtVector, Type)
 1788 DEFAULT_TYPELOC_IMPL(Vector, Type)
 1789 DEFAULT_TYPELOC_IMPL(ExtVector, VectorType)
 1790 DEFAULT_TYPELOC_IMPL(FunctionProto, FunctionType)
 1791 DEFAULT_TYPELOC_IMPL(FunctionNoProto, FunctionType)
 1792 DEFAULT_TYPELOC_IMPL(Record, TagType)
 1793 DEFAULT_TYPELOC_IMPL(Enum, TagType)
 1794 DEFAULT_TYPELOC_IMPL(SubstTemplateTypeParm, Type)
 1795 DEFAULT_TYPELOC_IMPL(SubstTemplateTypeParmPack, Type)
 1796 DEFAULT_TYPELOC_IMPL(Auto, Type)