Searched refs:elementTypeQuals (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3769 unsigned elementTypeQuals, in getDependentSizedArrayType() argument 3783 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3798 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() 3808 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3829 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType() 3836 unsigned elementTypeQuals) const { in getIncompleteArrayType() 3838 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType() 3854 ASM, elementTypeQuals); in getIncompleteArrayType() 3864 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
|