Lines Matching defs:TSI
1109 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
1114 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1118 TSI(TSI) {
1128 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange,
1136 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates,
1456 QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc,
1459 (TSI->getType()->isLValueReferenceType() ? VK_LValue
1460 : TSI->getType()->isRValueReferenceType() ? VK_XValue
1463 TypeAndInitForm(TSI, IsListInit), LParenLoc(LParenLoc),
1473 const ASTContext &Context, QualType T, TypeSourceInfo *TSI,
1477 return new (Mem) CXXUnresolvedConstructExpr(T, TSI, LParenLoc, Args,