Searched refs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1050 unsigned IndexTypeQuals, 1060 unsigned IndexTypeQuals, 1067 unsigned IndexTypeQuals) const; 1073 unsigned IndexTypeQuals) const;
|
| HD | Type.h | 1308 unsigned IndexTypeQuals : 3; 2427 ArrayTypeBits.IndexTypeQuals = tq; 2442 return ArrayTypeBits.IndexTypeQuals;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 720 unsigned IndexTypeQuals, 731 unsigned IndexTypeQuals, 741 unsigned IndexTypeQuals, 752 unsigned IndexTypeQuals, 763 unsigned IndexTypeQuals, 10683 unsigned IndexTypeQuals, in RebuildArrayType() argument 10687 IndexTypeQuals, BracketsRange, in RebuildArrayType() 10709 IndexTypeQuals, BracketsRange, in RebuildArrayType() 10718 unsigned IndexTypeQuals, in RebuildConstantArrayType() argument 10721 IndexTypeQuals, BracketsRange); in RebuildConstantArrayType() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5052 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5056 ASM, IndexTypeQuals); in readTypeRecord() 5062 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5063 return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals); in readTypeRecord() 5069 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5073 ASM, IndexTypeQuals, in readTypeRecord() 5366 unsigned IndexTypeQuals = Record[Idx++]; in readTypeRecord() local 5373 IndexTypeQuals, Brackets); in readTypeRecord()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2507 unsigned IndexTypeQuals) const { in getConstantArrayType() 2519 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals); in getConstantArrayType() 2532 ASM, IndexTypeQuals); in getConstantArrayType() 2542 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType() 2685 unsigned IndexTypeQuals, in getVariableArrayType() argument 2695 IndexTypeQuals, Brackets); in getVariableArrayType() 2700 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|