Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3740 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
3754 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3769 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3779 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3800 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3807 unsigned elementTypeQuals) const { in getIncompleteArrayType()
3809 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3824 ASM, elementTypeQuals); in getIncompleteArrayType()
3834 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()