Home
last modified time | relevance | path

Searched refs:TST_decltype (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h84 TST_decltype, // C++11 decltype enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h291 static const TST TST_decltype = clang::TST_decltype; variable
407 return (T == TST_typeofExpr || T == TST_decltype || T == TST_bitint); in isExprRep()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp386 case TST_decltype: in isDeclarationOfFunction()
577 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
H A DSemaCXXScopeSpec.cpp873 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp870 case TST_decltype: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1620 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
6065 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in VisitDecltypeTypeLoc()
H A DSemaExprCXX.cpp472 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
H A DSemaDeclCXX.cpp4265 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
H A DSemaDecl.cpp5940 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1109 if (Result.get() ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, in ParseDecltypeSpecifier()
1137 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() in AnnotateExistingDecltypeSpecifier()