Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1699 QualType ToDeduced; in VisitAutoType() local
1701 ToDeduced = Importer.Import(FromDeduced); in VisitAutoType()
1702 if (ToDeduced.isNull()) in VisitAutoType()
1706 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()