Home
last modified time | relevance | path

Searched refs:TST_typeofType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h61 TST_typeofType, enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h298 static const TST TST_typeofType = clang::TST_typeofType; variable
399 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp327 case TST_typeofType: { in isDeclarationOfFunction()
470 case DeclSpec::TST_typeofType: in getSpecifierName()
HDSemaTemplateVariadic.cpp703 case TST_typeofType: in containsUnexpandedParameterPacks()
HDSemaType.cpp1408 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
4554 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
HDSemaDecl.cpp4527 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp6166 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()