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

/external/clang/include/clang/AST/
H A DType.h1332 friend class AutoType;
1696 /// \brief Get the AutoType whose type will be deduced for a variable with
1699 AutoType *getContainedAutoType() const;
3616 class AutoType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3617 AutoType(QualType DeducedType, bool IsDecltypeAuto, bool IsDependent) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
5091 const AutoType *AT = getContainedAutoType();

Completed in 71 milliseconds