Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp1705 QualType ToDeduced; in VisitAutoType() local
1707 ToDeduced = Importer.Import(FromDeduced); in VisitAutoType()
1708 if (ToDeduced.isNull()) in VisitAutoType()
1712 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()