Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3728 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
3741 elementTypeQuals, brackets); in getDependentSizedArrayType()
3755 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3765 numElements, ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3784 elementTypeQuals, brackets); in getDependentSizedArrayType()
3791 unsigned elementTypeQuals) const { in getIncompleteArrayType()
3793 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3809 ASM, elementTypeQuals); in getIncompleteArrayType()
3819 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()