Searched refs:TST_typeofExpr (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
H A DSpecifiers.h59 TST_typeofExpr, enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp296 case TST_typeofExpr:
446 case DeclSpec::TST_typeofExpr: return "typeof";
H A DSemaTemplateVariadic.cpp703 case TST_typeofExpr:
H A DSemaType.cpp962 case DeclSpec::TST_typeofExpr: {
3550 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr);
H A DSemaDecl.cpp4207 case DeclSpec::TST_typeofExpr: {
/external/clang/include/clang/Sema/
H A DDeclSpec.h281 static const TST TST_typeofExpr = clang::TST_typeofExpr; member in class:clang::DeclSpec
390 return (T == TST_typeofExpr || T == TST_decltype);
/external/clang/lib/Parse/
H A DParseDecl.cpp5738 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec,

Completed in 2211 milliseconds