Searched refs:auto_type (Results 1 – 2 of 2) sorted by relevance
303 if (auto* auto_type = type->getAs<clang::AutoType>()) { in run() local304 if (!auto_type->isDeduced()) { in run()308 qual_type = auto_type->getDeducedType(); in run()
985 const clang::AutoType* auto_type = in CheckVarDecl() local987 if (auto_type) { in CheckVarDecl()988 if (auto_type->isDeduced()) { in CheckVarDecl()989 QualType deduced_type = auto_type->getDeducedType(); in CheckVarDecl()