Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h58 TST_typeofType, enumerator
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h280 static const TST TST_typeofType = clang::TST_typeofType; variable
394 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp311 case TST_typeofType: { in isDeclarationOfFunction()
452 case DeclSpec::TST_typeofType: in getSpecifierName()
HDSemaTemplateVariadic.cpp694 case TST_typeofType: in containsUnexpandedParameterPacks()
HDSemaType.cpp951 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
3572 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
HDSemaDecl.cpp4017 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp5680 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()