Searched refs:elementTypeQuals (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2782 unsigned elementTypeQuals, in getDependentSizedArrayType() argument 2796 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 2811 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() 2821 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 2842 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType() 2849 unsigned elementTypeQuals) const { in getIncompleteArrayType() 2851 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType() 2866 ASM, elementTypeQuals); in getIncompleteArrayType() 2876 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3596 unsigned elementTypeQuals, in getDependentSizedArrayType() argument 3610 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3625 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() 3635 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3656 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType() 3663 unsigned elementTypeQuals) const { in getIncompleteArrayType() 3665 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType() 3680 ASM, elementTypeQuals); in getIncompleteArrayType() 3690 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
|