Home | History | Annotate | Download | only in AST

Lines Matching refs:TSI

1052   const auto *TSI = getReturnTypeSourceInfo();
1053 if (TSI)
1054 return TSI->getTypeLoc().getSourceRange();
2111 TypeSourceInfo *TSI,
2113 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI,