Home
last modified time | relevance | path

Searched refs:TagSpec (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1714 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in CheckClassTemplate() argument
1729 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in CheckClassTemplate()
4009 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType() argument
8229 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in ActOnClassTemplateSpecialization() argument
8326 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnClassTemplateSpecialization()
8419 return CheckClassTemplate(S, TagSpec, TUK, KWLoc, SS, in ActOnClassTemplateSpecialization()
9513 unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, in ActOnExplicitInstantiation() argument
9522 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnExplicitInstantiation()
9824 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation()
10341 Sema::ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, in ActOnDependentTag() argument
[all …]
H A DSemaDeclCXX.cpp16464 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
16469 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTemplatedFriendTag()
16483 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
16515 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
H A DSemaCodeComplete.cpp5466 void Sema::CodeCompleteTag(Scope *S, unsigned TagSpec) { in CodeCompleteTag() argument
5473 switch ((DeclSpec::TST)TagSpec) { in CodeCompleteTag()
H A DSemaDecl.cpp15536 Decl *Sema::ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, in ActOnTag() argument
15554 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTag()
15584 S, TagSpec, TUK, KWLoc, SS, Name, NameLoc, Attrs, TemplateParams, in ActOnTag()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3032 Decl *ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK,
3043 unsigned TagSpec, SourceLocation TagLoc,
3050 unsigned TagSpec,
7603 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc,
7642 TypeSpecifierType TagSpec,
7700 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc,
7739 unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS,
7746 unsigned TagSpec, SourceLocation KWLoc,
12371 void CodeCompleteTag(Scope *S, unsigned TagSpec);