Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3282 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
3296 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3311 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3321 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3342 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3349 unsigned elementTypeQuals) const { in getIncompleteArrayType()
3351 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3366 ASM, elementTypeQuals); in getIncompleteArrayType()
3376 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()