Home
last modified time | relevance | path

Searched defs:IndexTypeQuals (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10358 unsigned IndexTypeQuals, in RebuildArrayType()
10393 unsigned IndexTypeQuals, in RebuildConstantArrayType()
10403 unsigned IndexTypeQuals, in RebuildIncompleteArrayType()
10414 unsigned IndexTypeQuals, in RebuildVariableArrayType()
10426 unsigned IndexTypeQuals, in RebuildDependentSizedArrayType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5279 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5289 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5296 unsigned IndexTypeQuals = Record[2]; in readTypeRecord() local
5588 unsigned IndexTypeQuals = Record[Idx++]; in readTypeRecord() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2610 unsigned IndexTypeQuals, in getVariableArrayType()