Searched refs:TypesAndInfos (Results 1 – 2 of 2) sorted by relevance
551 void **TypesAndInfos = reinterpret_cast<void **>(this + 1); in NonTypeTemplateParmDecl() local553 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr(); in NonTypeTemplateParmDecl()554 TypesAndInfos[2*I + 1] = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
1191 void * const *TypesAndInfos = reinterpret_cast<void * const*>(this + 1);1192 return QualType::getFromOpaquePtr(TypesAndInfos[2*I]);1199 void * const *TypesAndInfos = reinterpret_cast<void * const*>(this + 1);1200 return static_cast<TypeSourceInfo *>(TypesAndInfos[2*I+1]);