Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclaratorChunk

3727       D.AddTypeInfo(DeclaratorChunk::getMemberPointer(SS,DS.getTypeQualifiers(),
3760 D.AddTypeInfo(DeclaratorChunk::getPointer(DS.getTypeQualifiers(), Loc,
3768 D.AddTypeInfo(DeclaratorChunk::getBlockPointer(DS.getTypeQualifiers(),
3804 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1);
3805 if (InnerChunk.Kind == DeclaratorChunk::Reference) {
3820 D.AddTypeInfo(DeclaratorChunk::getReference(DS.getTypeQualifiers(), Loc,
4127 D.AddTypeInfo(DeclaratorChunk::getParen(T.getOpenLocation(),
4186 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
4298 D.AddTypeInfo(DeclaratorChunk::getFunction(HasProto,
4360 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo) {
4392 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
4441 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo,
4562 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
4612 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, false, 0,
4628 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, 0,
4698 D.AddTypeInfo(DeclaratorChunk::getArray(DS.getTypeQualifiers(),