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

/external/clang/include/clang/AST/
H A DType.h1246 enum class AutoTypeKeyword { class in namespace:clang
1474 /// or '__auto_type'? AutoTypeKeyword value.
4088 AutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent)
4103 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
4105 AutoTypeKeyword getKeyword() const {
4106 return (AutoTypeKeyword)AutoTypeBits.Keyword;
4126 AutoTypeKeyword Keyword, bool IsDependent) {

Completed in 52 milliseconds