Home | History | Annotate | Download | only in AST

Lines Matching refs:AutoType

961   QualType VisitAutoType(const AutoType *T) {
1537 public TypeVisitor<GetContainedAutoVisitor, AutoType*> {
1539 using TypeVisitor<GetContainedAutoVisitor, AutoType*>::Visit;
1540 AutoType *Visit(QualType T) {
1547 AutoType *VisitAutoType(const AutoType *AT) {
1548 return const_cast<AutoType*>(AT);
1552 AutoType *VisitPointerType(const PointerType *T) {
1555 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
1558 AutoType *VisitReferenceType(const ReferenceType *T) {
1561 AutoType *VisitMemberPointerType(const MemberPointerType *T) {
1564 AutoType *VisitArrayType(const ArrayType *T) {
1567 AutoType *VisitDependentSizedExtVectorType(
1571 AutoType *VisitVectorType(const VectorType *T) {
1574 AutoType *VisitFunctionType(const FunctionType *T) {
1577 AutoType *VisitParenType(const ParenType *T) {
1580 AutoType *VisitAttributedType(const AttributedType *T) {
1583 AutoType *VisitAdjustedType(const AdjustedType *T) {
1589 AutoType *Type::getContainedAutoType() const {
2209 if (isa<AutoType>(BaseTy->getCanonicalTypeInternal()))
3535 return !cast<AutoType>(type.getTypePtr())->isDeduced();