Searched refs:auto_type (Results 1 – 1 of 1) sorted by relevance
1033 const clang::AutoType* auto_type = in CheckVarDecl() local1035 if (auto_type) { in CheckVarDecl()1036 if (auto_type->isDeduced()) { in CheckVarDecl()1037 QualType deduced_type = auto_type->getDeducedType(); in CheckVarDecl()