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

/external/clang/tools/libclang/
H A DCIndex.cpp1572 #define DEFAULT_TYPELOC_IMPL(CLASS, PARENT) \ macro
1577 DEFAULT_TYPELOC_IMPL(Complex, Type)
1578 DEFAULT_TYPELOC_IMPL(ConstantArray, ArrayType)
1579 DEFAULT_TYPELOC_IMPL(IncompleteArray, ArrayType)
1580 DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType)
1581 DEFAULT_TYPELOC_IMPL(DependentSizedArray, ArrayType)
1582 DEFAULT_TYPELOC_IMPL(DependentSizedExtVector, Type)
1583 DEFAULT_TYPELOC_IMPL(Vector, Type)
1584 DEFAULT_TYPELOC_IMPL(ExtVector, VectorType)
1585 DEFAULT_TYPELOC_IMPL(FunctionProt
[all...]

Completed in 117 milliseconds