Home
last modified time | relevance | path

Searched refs:elementTypeQuals (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp2772 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
2786 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2801 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
2811 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2832 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
2839 unsigned elementTypeQuals) const { in getIncompleteArrayType()
2841 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
2856 ASM, elementTypeQuals); in getIncompleteArrayType()
2866 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()