Home
last modified time | relevance | path

Searched refs:auto_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/value_cleanup/
DListValueRewriter.cpp303 if (auto* auto_type = type->getAs<clang::AutoType>()) { in run() local
304 if (!auto_type->isDeduced()) { in run()
308 qual_type = auto_type->getDeducedType(); in run()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp993 const clang::AutoType* auto_type = in CheckVarDecl() local
995 if (auto_type) { in CheckVarDecl()
996 if (auto_type->isDeduced()) { in CheckVarDecl()
997 QualType deduced_type = auto_type->getDeducedType(); in CheckVarDecl()