/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 111 void CodeCompleteTag(Scope *S, unsigned TagSpec);
|
H A D | Sema.h | 3883 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 D | SemaTemplate.cpp | 1795 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 D | SemaDeclCXX.cpp | 17388 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 D | SemaCodeComplete.cpp | 5905 void SemaCodeCompletion::CodeCompleteTag(Scope *S, unsigned TagSpec) { in CodeCompleteTag() argument 5912 switch ((DeclSpec::TST)TagSpec) { in CodeCompleteTag()
|
H A D | SemaDecl.cpp | 16979 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()
|