HomeSort by: relevance | last modified time | path
    Searched refs:getAutoType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1597 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1182 return Ctx.getAutoType(deducedType, T->getKeyword(),
ASTContext.cpp 5512 /// getAutoType - Return the uniqued reference to the 'auto' type which has been
5516 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
ASTImporter.cpp 1375 return Importer.getToContext().getAutoType(
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1670 Result = S.Context.getAutoType(QualType(), AutoKW,
1677 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false);
SemaTemplateDeduction.cpp 4610 QualType Result = SemaRef.Context.getAutoType(
TreeTransform.h 988 return SemaRef.Context.getAutoType(Deduced, Keyword,
4780 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(),

Completed in 120 milliseconds