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

/external/clang/include/clang/AST/
H A DType.h1214 enum class AutoTypeKeyword { class in namespace:clang
1442 /// or '__auto_type'? AutoTypeKeyword value.
3918 AutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent)
3933 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
3935 AutoTypeKeyword getKeyword() const {
3936 return (AutoTypeKeyword)AutoTypeBits.Keyword;
3956 AutoTypeKeyword Keyword, bool IsDependent) {

Completed in 41 milliseconds