Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h87 TST_typeof_unqualType, // C23 typeof_unqual(type-name) enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h309 static const TST TST_typeof_unqualType = clang::TST_typeof_unqualType; variable
452 T == TST_typeof_unqualType || isTransformTypeTrait(T) || in isTypeRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp397 case TST_typeof_unqualType: in isDeclarationOfFunction()
594 case DeclSpec::TST_typeof_unqualType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp886 case TST_typeof_unqualType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1228 case DeclSpec::TST_typeof_unqualType: in ConvertDeclSpecToType()
1238 Result, DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualType in ConvertDeclSpecToType()
5874 DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualType); in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp5954 case DeclSpec::TST_typeof_unqualType: in RebuildDeclaratorInCurrentInstantiation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8354 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualType in ParseTypeofSpecifier()