Home | History | Annotate | Download | only in Sema

Lines Matching refs:AutoType

3279   if (const AutoType *AT = T->getAs<AutoType>()) {
3697 const AutoType *AT = T->getContainedAutoType();
3742 (T.hasQualifiers() || !isa<AutoType>(T) ||
3743 cast<AutoType>(T)->getKeyword() != AutoTypeKeyword::Auto)) {