Home | History | Annotate | Download | only in AST

Lines Matching refs:tsi

1324                                    TypeSourceInfo *tsi, 
1332 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1345 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1350 /*ValueDependent=*/tsi->getType()->isDependentType(),
1351 tsi->getType()->isInstantiationDependentType(),
1352 tsi
1353 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),