Searched refs:elementTypeQuals (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4139 unsigned elementTypeQuals, in getDependentSizedArrayType() argument 4151 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() 4166 elementTypeQuals, brackets); in getDependentSizedArrayType() 4176 numElements, ASM, elementTypeQuals, brackets); in getDependentSizedArrayType() 4195 elementTypeQuals, brackets); in getDependentSizedArrayType() 4202 unsigned elementTypeQuals) const { in getIncompleteArrayType() 4204 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType() 4220 ASM, elementTypeQuals); in getIncompleteArrayType() 4230 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
|