Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h89 TST_decltype, // C++11 decltype enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h311 static const TST TST_decltype = clang::TST_decltype; variable
457 T == TST_decltype || T == TST_bitint; in isExprRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp387 case TST_decltype: in isDeclarationOfFunction()
598 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
H A DSemaCXXScopeSpec.cpp792 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp899 case TST_decltype: in containsUnexpandedParameterPacks()
H A DSemaExprCXX.cpp477 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
8325 case DeclSpec::TST_decltype: { in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1257 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
5883 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in VisitDecltypeTypeLoc()
H A DSemaDeclCXX.cpp4342 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
H A DSemaDecl.cpp5979 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1218 if (Result.get() ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, in ParseDecltypeSpecifier()
1246 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() in AnnotateExistingDecltypeSpecifier()