Searched refs:elementTypeQuals (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3639 unsigned elementTypeQuals, in getDependentSizedArrayType() argument 3653 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3668 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() 3678 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3699 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType() 3706 unsigned elementTypeQuals) const { in getIncompleteArrayType() 3708 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType() 3723 ASM, elementTypeQuals); in getIncompleteArrayType() 3733 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
|