Searched refs:getAutoType (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1172 QualType getAutoType(QualType DeducedType, bool IsDecltypeAuto,
/external/clang/lib/Sema/
H A DSemaType.cpp1038 Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false);
1043 Result = Context.getAutoType(QualType(),
H A DSemaTemplateDeduction.cpp3933 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement,
H A DTreeTransform.h807 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto,
3658 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(),
/external/clang/lib/AST/
H A DASTImporter.cpp1705 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(),
H A DASTContext.cpp3745 /// getAutoType - Return the uniqued reference to the 'auto' type which has been
3748 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp5293 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent);

Completed in 181 milliseconds