Searched defs:DEFAULT_TYPELOC_IMPL (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp1637 #define DEFAULT_TYPELOC_IMPL(CLASS, PARENT) \ macro
1642 DEFAULT_TYPELOC_IMPL(Complex, Type)
1643 DEFAULT_TYPELOC_IMPL(ConstantArray, ArrayType)
1644 DEFAULT_TYPELOC_IMPL(IncompleteArray, ArrayType)
1645 DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType)
1646 DEFAULT_TYPELOC_IMPL(DependentSizedArray, ArrayType)
1647 DEFAULT_TYPELOC_IMPL(DependentSizedExtVector, Type)
1648 DEFAULT_TYPELOC_IMPL(Vector, Type)
1649 DEFAULT_TYPELOC_IMPL(ExtVector, VectorType)
1650 DEFAULT_TYPELOC_IMPL(FunctionProt
[all...]

Completed in 114 milliseconds