Lines Matching refs:TSI
981 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
986 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
990 TSI(TSI) {}
998 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange,
1006 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates,
1324 TypeSourceInfo *TSI,
1329 (TSI->getType()->isLValueReferenceType()
1331 : TSI->getType()->isRValueReferenceType() ? VK_XValue
1334 TSI(TSI), LParenLoc(LParenLoc), RParenLoc(RParenLoc) {
1343 const ASTContext &Context, QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc,
1347 CXXUnresolvedConstructExpr(T, TSI, LParenLoc, Args, RParenLoc);
1358 return TSI->getTypeLoc().getBeginLoc();