Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h70 TST_interface, // C++ (Microsoft-specific) __interface type enumerator
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1426 TagType = DeclSpec::TST_interface; in ParseClassSpecifier()
3089 TagType == DeclSpec::TST_interface); in SkipCXXMemberSpecification()
3192 if (TagType == DeclSpec::TST_interface && AS != AS_public) { in ParseCXXClassMemberDeclarationWithPragmas()
3231 TagType == DeclSpec::TST_interface || in ParseCXXMemberSpecification()
3276 TagType == DeclSpec::TST_interface); in ParseCXXMemberSpecification()
3294 if (TagType == DeclSpec::TST_interface) in ParseCXXMemberSpecification()
H A DParser.cpp1065 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2632 case DeclSpec::TST_interface: in ParseImplicitInt()
/netbsd-src/external/apache2/llvm/dist/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.cpp618 case TTK_Interface: return DeclSpec::TST_interface; in isTagName()
4555 case DeclSpec::TST_interface: in GetDiagnosticTypeSpecifierID()
4578 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
4816 TypeSpecType == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()
15166 case TST_interface: in ParseTypedefDecl()
H A DSemaType.cpp1562 case DeclSpec::TST_interface: { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5483 case DeclSpec::TST_interface: in CodeCompleteTag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2799 case TST_interface: return ETK_Interface; in getKeywordForTypeSpec()
2810 case TST_interface: return TTK_Interface; in getTagTypeKindForTypeSpec()