Searched defs:IndexTypeQuals (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5308 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5318 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5325 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local 5633 unsigned IndexTypeQuals = Record[Idx++]; in readTypeRecord() local
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 11505 unsigned IndexTypeQuals, in RebuildArrayType() 11540 unsigned IndexTypeQuals, in RebuildConstantArrayType() 11550 unsigned IndexTypeQuals, in RebuildIncompleteArrayType() 11561 unsigned IndexTypeQuals, in RebuildVariableArrayType() 11573 unsigned IndexTypeQuals, in RebuildDependentSizedArrayType()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 13922 unsigned IndexTypeQuals, in RebuildArrayType() 13958 unsigned IndexTypeQuals, in RebuildConstantArrayType() 13968 unsigned IndexTypeQuals, in RebuildIncompleteArrayType() 13979 unsigned IndexTypeQuals, in RebuildVariableArrayType() 13991 unsigned IndexTypeQuals, in RebuildDependentSizedArrayType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2754 unsigned IndexTypeQuals, in getVariableArrayType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3568 unsigned IndexTypeQuals, in getVariableArrayType()
|