Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h87 TST_typeof_unqualType, // C23 typeof_unqual(type-name) enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h308 static const TST TST_typeof_unqualType = clang::TST_typeof_unqualType; variable
430 T == TST_typeof_unqualType || isTransformTypeTrait(T); in isTypeRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp396 case TST_typeof_unqualType: in isDeclarationOfFunction()
590 case DeclSpec::TST_typeof_unqualType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp869 case TST_typeof_unqualType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1630 case DeclSpec::TST_typeof_unqualType: in ConvertDeclSpecToType()
1640 Result, DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualType in ConvertDeclSpecToType()
6302 DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualType); in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp6130 case DeclSpec::TST_typeof_unqualType: in RebuildDeclaratorInCurrentInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7902 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualType in ParseTypeofSpecifier()