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

/external/clang/include/clang/AST/
H A DASTContext.h1312 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/external/clang/lib/Sema/
H A DSemaType.cpp1597 Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false);
1602 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false);
1606 Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto,
H A DSemaTemplateDeduction.cpp3952 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement,
H A DTreeTransform.h864 return SemaRef.Context.getAutoType(Deduced, Keyword,
4077 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(),
/external/clang/lib/AST/
H A DType.cpp973 return Ctx.getAutoType(deducedType, T->getKeyword(),
H A DASTImporter.cpp1832 return Importer.getToContext().getAutoType(ToDeduced, T->getKeyword(),
H A DASTContext.cpp4037 /// getAutoType - Return the uniqued reference to the 'auto' type which has been
4040 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp5453 return Context.getAutoType(Deduced, Keyword, IsDependent);

Completed in 189 milliseconds