Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionType

1204   if (IsArrow && !Base->getType()->isFunctionType())
1261 } else if (BaseType->isFunctionType()) {