Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h111 void CodeCompleteTag(Scope *S, unsigned TagSpec);
H A DSema.h3883 DeclResult ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK,
5851 unsigned TagSpec, SourceLocation TagLoc,
11367 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc,
11404 TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc,
11477 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc,
11602 unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS,
11610 unsigned TagSpec, SourceLocation KWLoc,
12044 TypeResult ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1795 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in CheckClassTemplate() argument
1811 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in CheckClassTemplate()
3664 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType() argument
3683 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTagTemplateIdType()
8067 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in ActOnClassTemplateSpecialization() argument
8169 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnClassTemplateSpecialization()
8266 return CheckClassTemplate(S, TagSpec, TUK, KWLoc, SS, in ActOnClassTemplateSpecialization()
9404 unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, in ActOnExplicitInstantiation() argument
9413 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnExplicitInstantiation()
9698 SourceLocation TemplateLoc, unsigned TagSpec, in ActOnExplicitInstantiation() argument
[all …]
H A DSemaDeclCXX.cpp17388 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
17391 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTemplatedFriendTag()
17405 return CheckClassTemplate(S, TagSpec, TagUseKind::Friend, TagLoc, SS, in ActOnTemplatedFriendTag()
17438 return ActOnTag(S, TagSpec, TagUseKind::Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
H A DSemaCodeComplete.cpp5905 void SemaCodeCompletion::CodeCompleteTag(Scope *S, unsigned TagSpec) { in CodeCompleteTag() argument
5912 switch ((DeclSpec::TST)TagSpec) { in CodeCompleteTag()
H A DSemaDecl.cpp16979 Sema::ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in ActOnTag() argument
16995 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTag()
17045 S, TagSpec, TUK, KWLoc, SS, Name, NameLoc, Attrs, TemplateParams, in ActOnTag()