Searched refs:TypesAndInfos (Results 1 – 2 of 2) sorted by relevance
555 void **TypesAndInfos = reinterpret_cast<void **>(this + 1); in NonTypeTemplateParmDecl() local557 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr(); in NonTypeTemplateParmDecl()558 TypesAndInfos[2*I + 1] = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
1277 void * const *TypesAndInfos = reinterpret_cast<void * const*>(this + 1);1278 return QualType::getFromOpaquePtr(TypesAndInfos[2*I]);1285 void * const *TypesAndInfos = reinterpret_cast<void * const*>(this + 1);1286 return static_cast<TypeSourceInfo *>(TypesAndInfos[2*I+1]);