Searched refs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 1423 unsigned IndexTypeQuals, 1433 unsigned IndexTypeQuals, 1440 unsigned IndexTypeQuals) const; 1447 unsigned IndexTypeQuals) const;
|
H A D | Type.h | 1627 unsigned IndexTypeQuals : 3; 3049 return ArrayTypeBits.IndexTypeQuals;
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 862 unsigned IndexTypeQuals, 874 unsigned IndexTypeQuals, 884 unsigned IndexTypeQuals, 895 unsigned IndexTypeQuals, 906 unsigned IndexTypeQuals, 14717 unsigned IndexTypeQuals, in RebuildArrayType() argument 14721 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14742 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14765 IndexTypeQuals, BracketsRange); in RebuildIncompleteArrayType() 14777 IndexTypeQuals, BracketsRange); in RebuildVariableArrayType() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 3544 unsigned IndexTypeQuals) const { in getConstantArrayType() 3560 IndexTypeQuals); in getConstantArrayType() 3575 ASM, IndexTypeQuals); in getConstantArrayType() 3588 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType() 3740 unsigned IndexTypeQuals, in getVariableArrayType() argument 3751 IndexTypeQuals, Brackets); in getVariableArrayType() 3756 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|
H A D | Type.cpp | 137 ArrayTypeBits.IndexTypeQuals = tq; in ArrayType()
|