| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 1714 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 D | SemaDeclCXX.cpp | 16464 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 D | SemaCodeComplete.cpp | 5466 void Sema::CodeCompleteTag(Scope *S, unsigned TagSpec) { in CodeCompleteTag() argument 5473 switch ((DeclSpec::TST)TagSpec) { in CodeCompleteTag()
|
| H A D | SemaDecl.cpp | 15536 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 D | Sema.h | 3032 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);
|