Lines Matching defs:TSI
146 TypeSourceInfo *TSI) {
148 RParen, TSI);
155 TypeSourceInfo *TSI = nullptr;
156 QualType Ty = SemaRef.GetTypeFromParser(ParsedTy, &TSI);
160 if (!TSI)
161 TSI = getASTContext().getTrivialTypeSourceInfo(Ty, LParen);
163 return BuildUniqueStableNameExpr(OpLoc, LParen, RParen, TSI);
207 TypeSourceInfo *TSI = nullptr;
208 (void)SemaRef.GetTypeFromParser(PT, &TSI);
209 assert(TSI && "no type source info for attribute argument");
211 SYCLKernelEntryPointAttr(SemaRef.Context, AL, TSI));