Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h70 TST_interface, // C++ (Microsoft-specific) __interface type enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h295 static const TST TST_interface = clang::TST_interface; variable
419 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1383 TagType = DeclSpec::TST_interface; in ParseClassSpecifier()
2979 TagType == DeclSpec::TST_interface); in SkipCXXMemberSpecification()
3077 if (TagType == DeclSpec::TST_interface && AS != AS_public) { in ParseCXXClassMemberDeclarationWithPragmas()
3109 TagType == DeclSpec::TST_interface || in ParseCXXMemberSpecification()
3148 TagType == DeclSpec::TST_interface); in ParseCXXMemberSpecification()
3166 if (TagType == DeclSpec::TST_interface) in ParseCXXMemberSpecification()
H A DParser.cpp948 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2547 case DeclSpec::TST_interface: in ParseImplicitInt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp356 case TST_interface: in isDeclarationOfFunction()
548 case DeclSpec::TST_interface: return "__interface"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp860 case TST_interface: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp614 case TTK_Interface: return DeclSpec::TST_interface; in isTagName()
4194 case DeclSpec::TST_interface: in GetDiagnosticTypeSpecifierID()
4217 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4448 TypeSpecType == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
13711 case TST_interface: in ParseTypedefDecl()
H A DSemaType.cpp1478 case DeclSpec::TST_interface: { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4393 case DeclSpec::TST_interface: in CodeCompleteTag()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2520 case TST_interface: return ETK_Interface; in getKeywordForTypeSpec()
2531 case TST_interface: return TTK_Interface; in getTagTypeKindForTypeSpec()