Searched refs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1335 unsigned IndexTypeQuals, 1345 unsigned IndexTypeQuals, 1352 unsigned IndexTypeQuals) const; 1359 unsigned IndexTypeQuals) const;
|
| H A D | Type.h | 1546 unsigned IndexTypeQuals : 3; 2909 return ArrayTypeBits.IndexTypeQuals;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 818 unsigned IndexTypeQuals, 830 unsigned IndexTypeQuals, 840 unsigned IndexTypeQuals, 851 unsigned IndexTypeQuals, 862 unsigned IndexTypeQuals, 14169 unsigned IndexTypeQuals, in RebuildArrayType() argument 14173 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14195 IndexTypeQuals, BracketsRange, in RebuildArrayType() 14205 unsigned IndexTypeQuals, in RebuildConstantArrayType() argument 14208 IndexTypeQuals, BracketsRange); in RebuildConstantArrayType() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3416 unsigned IndexTypeQuals) const { in getConstantArrayType() 3432 IndexTypeQuals); in getConstantArrayType() 3446 ASM, IndexTypeQuals); in getConstantArrayType() 3459 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType() 3611 unsigned IndexTypeQuals, in getVariableArrayType() argument 3621 IndexTypeQuals, Brackets); in getVariableArrayType() 3626 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|
| H A D | Type.cpp | 137 ArrayTypeBits.IndexTypeQuals = tq; in ArrayType()
|