Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp3654 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
3668 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3683 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3693 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3714 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3721 unsigned elementTypeQuals) const { in getIncompleteArrayType()
3723 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3738 ASM, elementTypeQuals); in getIncompleteArrayType()
3748 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()