Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2555 unsigned elementTypeQuals, in getDependentSizedArrayType() argument
2569 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2584 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
2594 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2614 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
2621 unsigned elementTypeQuals) const { in getIncompleteArrayType()
2623 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
2638 ASM, elementTypeQuals); in getIncompleteArrayType()
2648 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()