Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1030 QualType getAutoType(QualType DeducedType) const;
/external/clang/lib/AST/
DASTContext.cpp3352 QualType ASTContext::getAutoType(QualType DeducedType) const { in getAutoType() function in ASTContext
3400 AutoDeductTy = getAutoType(QualType()); in getAutoDeductType()
DASTImporter.cpp1586 return Importer.getToContext().getAutoType(ToDeduced); in VisitAutoType()
/external/clang/lib/Sema/
DSemaType.cpp868 Result = Context.getAutoType(QualType()); in ConvertDeclSpecToType()
DTreeTransform.h758 return SemaRef.Context.getAutoType(Deduced); in RebuildAutoType()
/external/clang/lib/Serialization/
DASTReader.cpp3959 return Context.getAutoType(readType(*Loc.F, Record, Idx)); in readTypeRecord()