Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h68 TST_typeofType, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h294 static const TST TST_typeofType = clang::TST_typeofType; variable
403 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/external/clang/lib/Sema/
DDeclSpec.cpp323 case TST_typeofType: { in isDeclarationOfFunction()
472 case DeclSpec::TST_typeofType: in getSpecifierName()
DSemaTemplateVariadic.cpp703 case TST_typeofType: in containsUnexpandedParameterPacks()
DSemaType.cpp1520 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
4885 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
DSemaDecl.cpp4731 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDecl.cpp6295 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()