Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h68 TST_typeofType, enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h72 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/llvm-project/clang/include/clang/Sema/
DDeclSpec.h288 static const TST TST_typeofType = clang::TST_typeofType; variable
402 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp392 case TST_typeofType: { in isDeclarationOfFunction()
570 case DeclSpec::TST_typeofType: in getSpecifierName()
DSemaTemplateVariadic.cpp863 case TST_typeofType: in containsUnexpandedParameterPacks()
DSemaType.cpp1614 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
5873 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
DSemaDecl.cpp5488 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDecl.cpp6295 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp7196 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()