Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h998 unsigned IndexTypeQuals,
1008 unsigned IndexTypeQuals,
1015 unsigned IndexTypeQuals) const;
1021 unsigned IndexTypeQuals) const;
DType.h1229 unsigned IndexTypeQuals : 3;
2255 ArrayTypeBits.IndexTypeQuals = tq;
2270 return ArrayTypeBits.IndexTypeQuals;
/external/clang/lib/Sema/
DTreeTransform.h677 unsigned IndexTypeQuals,
688 unsigned IndexTypeQuals,
698 unsigned IndexTypeQuals,
709 unsigned IndexTypeQuals,
720 unsigned IndexTypeQuals,
9805 unsigned IndexTypeQuals, in RebuildArrayType() argument
9809 IndexTypeQuals, BracketsRange, in RebuildArrayType()
9831 IndexTypeQuals, BracketsRange, in RebuildArrayType()
9840 unsigned IndexTypeQuals, in RebuildConstantArrayType() argument
9843 IndexTypeQuals, BracketsRange); in RebuildConstantArrayType()
[all …]
/external/clang/lib/Serialization/
DASTReader.cpp5161 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5165 ASM, IndexTypeQuals); in readTypeRecord()
5171 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5172 return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals); in readTypeRecord()
5178 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5182 ASM, IndexTypeQuals, in readTypeRecord()
5463 unsigned IndexTypeQuals = Record[Idx++]; in readTypeRecord() local
5470 IndexTypeQuals, Brackets); in readTypeRecord()
/external/clang/lib/AST/
DASTContext.cpp2373 unsigned IndexTypeQuals) const { in getConstantArrayType()
2385 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2398 ASM, IndexTypeQuals); in getConstantArrayType()
2408 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2551 unsigned IndexTypeQuals, in getVariableArrayType() argument
2561 IndexTypeQuals, Brackets); in getVariableArrayType()
2566 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()