Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1621 unsigned IndexTypeQuals) const;
1630 unsigned IndexTypeQuals) const;
1635 unsigned IndexTypeQuals) const;
1641 unsigned IndexTypeQuals) const;
H A DType.h1901 unsigned IndexTypeQuals : 3;
3671 return ArrayTypeBits.IndexTypeQuals;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h907 unsigned IndexTypeQuals, SourceRange BracketsRange);
917 unsigned IndexTypeQuals,
927 unsigned IndexTypeQuals,
937 unsigned IndexTypeQuals,
948 unsigned IndexTypeQuals,
17173 Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) { in RebuildArrayType() argument
17176 IndexTypeQuals, BracketsRange, in RebuildArrayType()
17197 IndexTypeQuals, BracketsRange, in RebuildArrayType()
17204 Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) { in RebuildConstantArrayType() argument
17206 IndexTypeQuals, BracketsRange); in RebuildConstantArrayType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4216 unsigned IndexTypeQuals) const { in getConstantArrayType()
4232 ASM, IndexTypeQuals); in getConstantArrayType()
4247 ASM, IndexTypeQuals); in getConstantArrayType()
4257 ASM, IndexTypeQuals); in getConstantArrayType()
4405 unsigned IndexTypeQuals) const { in getVariableArrayType()
4415 IndexTypeQuals); in getVariableArrayType()
4420 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals); in getVariableArrayType()
H A DType.cpp193 ArrayTypeBits.IndexTypeQuals = tq; in ArrayType()