Searched refs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1438 ArraySizeModifier ASM, unsigned IndexTypeQuals, 1448 unsigned IndexTypeQuals, 1454 unsigned IndexTypeQuals) const; 1460 unsigned IndexTypeQuals) const;
|
| H A D | Type.h | 1675 unsigned IndexTypeQuals : 3; 3166 return ArrayTypeBits.IndexTypeQuals;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 897 unsigned IndexTypeQuals, 907 unsigned IndexTypeQuals, 917 unsigned IndexTypeQuals, 928 unsigned IndexTypeQuals, 15005 IndexTypeQuals, BracketsRange, in RebuildArrayType() 15026 IndexTypeQuals, BracketsRange, in RebuildArrayType() 15043 IndexTypeQuals, BracketsRange); in RebuildIncompleteArrayType() 15049 unsigned IndexTypeQuals, SourceRange BracketsRange) { in RebuildVariableArrayType() argument 15052 IndexTypeQuals, BracketsRange); in RebuildVariableArrayType() 15058 unsigned IndexTypeQuals, SourceRange BracketsRange) { in RebuildDependentSizedArrayType() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3508 unsigned IndexTypeQuals) const { in getConstantArrayType() 3524 IndexTypeQuals); in getConstantArrayType() 3539 ASM, IndexTypeQuals); in getConstantArrayType() 3552 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType() 3699 unsigned IndexTypeQuals, in getVariableArrayType() argument 3710 IndexTypeQuals, Brackets); in getVariableArrayType() 3715 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|
| H A D | Type.cpp | 158 ArrayTypeBits.IndexTypeQuals = tq; in ArrayType()
|