Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h70 TST_interface, // C++ (Microsoft-specific) __interface type enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h285 static const TST TST_interface = clang::TST_interface; variable
417 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1462 TagType = DeclSpec::TST_interface; in ParseClassSpecifier()
3156 TagType == DeclSpec::TST_interface); in SkipCXXMemberSpecification()
3259 if (TagType == DeclSpec::TST_interface && AS != AS_public) { in ParseCXXClassMemberDeclarationWithPragmas()
3299 TagType == DeclSpec::TST_interface || in ParseCXXMemberSpecification()
3344 TagType == DeclSpec::TST_interface); in ParseCXXMemberSpecification()
3380 if (TagType == DeclSpec::TST_interface) in ParseCXXMemberSpecification()
H A DParser.cpp1068 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2639 case DeclSpec::TST_interface: in ParseImplicitInt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp369 case TST_interface: in isDeclarationOfFunction()
569 case DeclSpec::TST_interface: return "__interface"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp903 case TST_interface: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp626 case TTK_Interface: return DeclSpec::TST_interface; in isTagName()
4618 case DeclSpec::TST_interface: in GetDiagnosticTypeSpecifierID()
4641 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4879 TypeSpecType == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
15222 case TST_interface: in ParseTypedefDecl()
H A DSemaType.cpp1565 case DeclSpec::TST_interface: { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5486 case DeclSpec::TST_interface: in CodeCompleteTag()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2802 case TST_interface: return ETK_Interface; in getKeywordForTypeSpec()
2813 case TST_interface: return TTK_Interface; in getTagTypeKindForTypeSpec()