Home | History | Annotate | Download | only in AST

Lines Matching refs:TSInfo

1175     if (TypeSourceInfo *TSInfo = getClassReceiverTypeInfo())
1176 return TSInfo->getType();
1189 void setClassReceiver(TypeSourceInfo *TSInfo) {
1191 setReceiverPointer(TSInfo);
1534 TypeSourceInfo *TSInfo, Expr *Operand)
1535 : ExplicitCastExpr(ObjCBridgedCastExprClass, TSInfo->getType(), VK_RValue,
1536 CK, Operand, 0, TSInfo),