Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h60 TST_decltype, // C++11 decltype enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h282 static const TST TST_decltype = clang::TST_decltype; variable
390 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/external/clang/lib/Sema/
DDeclSpec.cpp295 case TST_decltype: in isDeclarationOfFunction()
448 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
DSemaTemplateVariadic.cpp704 case TST_decltype: in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp755 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
DSemaType.cpp973 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
DSemaExprCXX.cpp324 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
DSemaDeclCXX.cpp2631 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
DSemaDecl.cpp4206 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDeclCXX.cpp828 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
849 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()