Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h70 TST_decltype, // C++11 decltype enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h296 static const TST TST_decltype = clang::TST_decltype; variable
407 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/external/clang/lib/Sema/
DDeclSpec.cpp315 case TST_decltype: in isDeclarationOfFunction()
476 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
DSemaTemplateVariadic.cpp713 case TST_decltype: in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp850 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
DSemaExprCXX.cpp329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
DSemaType.cpp1541 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
DSemaDeclCXX.cpp2911 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
DSemaDecl.cpp4755 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDeclCXX.cpp858 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()