Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h83 TST_interface, // C++ (Microsoft-specific) __interface type enumerator
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h304 static const TST TST_interface = clang::TST_interface; variable
468 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp1716 TagType = DeclSpec::TST_interface; in ParseClassSpecifier()
3496 TagType == DeclSpec::TST_interface); in SkipCXXMemberSpecification()
3604 if (TagType == DeclSpec::TST_interface && AS != AS_public) { in ParseCXXClassMemberDeclarationWithPragmas()
3647 TagType == DeclSpec::TST_interface || in ParseCXXMemberSpecification()
3692 TagType == DeclSpec::TST_interface); in ParseCXXMemberSpecification()
3728 if (TagType == DeclSpec::TST_interface) in ParseCXXMemberSpecification()
HDParser.cpp1176 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
HDParseDecl.cpp3084 case DeclSpec::TST_interface: in ParseImplicitInt()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp370 case TST_interface: in isDeclarationOfFunction()
588 case DeclSpec::TST_interface: return "__interface"; in getSpecifierName()
HDSemaTemplateVariadic.cpp930 case TST_interface: in containsUnexpandedParameterPacks()
HDSemaDecl.cpp650 return DeclSpec::TST_interface; in isTagName()
4981 case DeclSpec::TST_interface: in GetDiagnosticTypeSpecifierID()
5008 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
5229 TypeSpecType == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
16679 case TST_interface: in ParseTypedefDecl()
HDSemaType.cpp1188 case DeclSpec::TST_interface: { in ConvertDeclSpecToType()
HDSemaCodeComplete.cpp5925 case DeclSpec::TST_interface: in CodeCompleteTag()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDType.cpp3120 case TST_interface: in getKeywordForTypeSpec()
3136 case TST_interface: in getTagTypeKindForTypeSpec()