Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DSpecifiers.h86 TST_decltype, // C++11 decltype enumerator
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h294 static const TST TST_decltype = clang::TST_decltype; variable
418 T == TST_decltype || T == TST_bitint; in isExprRep()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DDeclSpec.cpp386 case TST_decltype: in isDeclarationOfFunction()
582 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
DSemaCXXScopeSpec.cpp873 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
DSemaTemplateVariadic.cpp875 case TST_decltype: in containsUnexpandedParameterPacks()
DSemaType.cpp1641 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
6161 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in VisitDecltypeTypeLoc()
DSemaExprCXX.cpp475 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
DSemaDeclCXX.cpp4301 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
DSemaDecl.cpp6018 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseDeclCXX.cpp1147 if (Result.get() ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, in ParseDecltypeSpecifier()
1175 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() in AnnotateExistingDecltypeSpecifier()