Searched refs:ParmTSI (Results 1 – 2 of 2) sorted by relevance
2593 TypeSourceInfo *ParmTSI = nullptr; in handleVecTypeHint() local2594 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint()2595 assert(ParmTSI && "no type source info for attribute argument"); in handleVecTypeHint()2613 ParmTSI, in handleVecTypeHint()
2938 TypeSourceInfo *ParmTSI = nullptr; in handleVecTypeHint() local2939 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint()2940 assert(ParmTSI && "no type source info for attribute argument"); in handleVecTypeHint()2956 D->addAttr(::new (S.Context) VecTypeHintAttr(S.Context, AL, ParmTSI)); in handleVecTypeHint()