Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1135 unsigned IndexTypeQuals,
1145 unsigned IndexTypeQuals,
1152 unsigned IndexTypeQuals) const;
1158 unsigned IndexTypeQuals) const;
DType.h1355 unsigned IndexTypeQuals : 3;
2483 ArrayTypeBits.IndexTypeQuals = tq;
2498 return ArrayTypeBits.IndexTypeQuals;
/external/clang/lib/Sema/
DTreeTransform.h734 unsigned IndexTypeQuals,
745 unsigned IndexTypeQuals,
755 unsigned IndexTypeQuals,
766 unsigned IndexTypeQuals,
777 unsigned IndexTypeQuals,
11505 unsigned IndexTypeQuals, in RebuildArrayType() argument
11509 IndexTypeQuals, BracketsRange, in RebuildArrayType()
11531 IndexTypeQuals, BracketsRange, in RebuildArrayType()
11540 unsigned IndexTypeQuals, in RebuildConstantArrayType() argument
11543 IndexTypeQuals, BracketsRange); in RebuildConstantArrayType()
[all …]
/external/clang/lib/Serialization/
DASTReader.cpp5308 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5312 ASM, IndexTypeQuals); in readTypeRecord()
5318 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5319 return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals); in readTypeRecord()
5325 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5329 ASM, IndexTypeQuals, in readTypeRecord()
5633 unsigned IndexTypeQuals = Record[Idx++]; in readTypeRecord() local
5640 IndexTypeQuals, Brackets); in readTypeRecord()
/external/clang/lib/AST/
DASTContext.cpp2575 unsigned IndexTypeQuals) const { in getConstantArrayType()
2587 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2600 ASM, IndexTypeQuals); in getConstantArrayType()
2610 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2754 unsigned IndexTypeQuals, in getVariableArrayType() argument
2764 IndexTypeQuals, Brackets); in getVariableArrayType()
2769 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()