Lines Matching defs:TSI
1108 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
1113 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1117 TSI(TSI) {
1127 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange,
1135 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates,
1455 QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc,
1458 (TSI->getType()->isLValueReferenceType() ? VK_LValue
1459 : TSI->getType()->isRValueReferenceType() ? VK_XValue
1462 TypeAndInitForm(TSI, IsListInit), LParenLoc(LParenLoc),
1472 const ASTContext &Context, QualType T, TypeSourceInfo *TSI,
1476 return new (Mem) CXXUnresolvedConstructExpr(T, TSI, LParenLoc, Args,