Searched defs:AutoType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1331 friend class AutoType;
1695 /// \brief Get the AutoType whose type will be deduced for a variable with
1698 AutoType *getContainedAutoType() const;
3657 class AutoType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3658 AutoType(QualType DeducedType, bool IsDecltypeAuto, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
5140 const AutoType *AT = getContainedAutoType();

Completed in 108 milliseconds