Home
last modified time | relevance | path

Searched refs:TST_interface (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h83 TST_interface, // C++ (Microsoft-specific) __interface type enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h303 static const TST TST_interface = clang::TST_interface; variable
445 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1555 TagType = DeclSpec::TST_interface; in ParseClassSpecifier()
3318 TagType == DeclSpec::TST_interface); in SkipCXXMemberSpecification()
3424 if (TagType == DeclSpec::TST_interface && AS != AS_public) { in ParseCXXClassMemberDeclarationWithPragmas()
3466 TagType == DeclSpec::TST_interface || in ParseCXXMemberSpecification()
3511 TagType == DeclSpec::TST_interface); in ParseCXXMemberSpecification()
3547 if (TagType == DeclSpec::TST_interface) in ParseCXXMemberSpecification()
H A DParser.cpp1171 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2892 case DeclSpec::TST_interface: in ParseImplicitInt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp370 case TST_interface: in isDeclarationOfFunction()
586 case DeclSpec::TST_interface: return "__interface"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp913 case TST_interface: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp702 return DeclSpec::TST_interface; in isTagName()
5117 case DeclSpec::TST_interface: in GetDiagnosticTypeSpecifierID()
5146 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
5384 TypeSpecType == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
16900 case TST_interface: in ParseTypedefDecl()
H A DSemaType.cpp1590 case DeclSpec::TST_interface: { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5896 case DeclSpec::TST_interface: in CodeCompleteTag()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3058 case TST_interface: in getKeywordForTypeSpec()
3074 case TST_interface: in getTagTypeKindForTypeSpec()