Searched refs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1449 unsigned IndexTypeQuals, 1459 unsigned IndexTypeQuals, 1466 unsigned IndexTypeQuals) const; 1473 unsigned IndexTypeQuals) const;
|
| H A D | Type.h | 1617 unsigned IndexTypeQuals : 3; 2987 return ArrayTypeBits.IndexTypeQuals;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 818 unsigned IndexTypeQuals, 830 unsigned IndexTypeQuals, 840 unsigned IndexTypeQuals, 851 unsigned IndexTypeQuals, 862 unsigned IndexTypeQuals, 14529 unsigned IndexTypeQuals, in RebuildArrayType() argument 14533 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14555 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14578 IndexTypeQuals, BracketsRange); in RebuildIncompleteArrayType() 14590 IndexTypeQuals, BracketsRange); in RebuildVariableArrayType() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3517 unsigned IndexTypeQuals) const { in getConstantArrayType() 3533 IndexTypeQuals); in getConstantArrayType() 3547 ASM, IndexTypeQuals); in getConstantArrayType() 3560 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType() 3712 unsigned IndexTypeQuals, in getVariableArrayType() argument 3722 IndexTypeQuals, Brackets); in getVariableArrayType() 3727 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|
| H A D | Type.cpp | 137 ArrayTypeBits.IndexTypeQuals = tq; in ArrayType()
|