Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h74 TST_decltype, // C++11 decltype enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h290 static const TST TST_decltype = clang::TST_decltype; variable
406 return (T == TST_typeofExpr || T == TST_decltype || T == TST_extint); in isExprRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp385 case TST_decltype: in isDeclarationOfFunction()
575 case DeclSpec::TST_decltype: return "(decltype)"; in getSpecifierName()
H A DSemaCXXScopeSpec.cpp852 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaTemplateVariadic.cpp873 case TST_decltype: in containsUnexpandedParameterPacks()
H A DSemaExprCXX.cpp469 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()
H A DSemaType.cpp1623 case DeclSpec::TST_decltype: { in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp4216 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
H A DSemaDecl.cpp5532 case DeclSpec::TST_decltype: in RebuildDeclaratorInCurrentInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1053 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
1082 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()