Searched refs:TagSpec (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 4028 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTagTemplateIdType() 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() 9817 SourceLocation TemplateLoc, unsigned TagSpec, in ActOnExplicitInstantiation() argument [all …]
|
H A D | SemaDeclCXX.cpp | 16259 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 16264 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTemplatedFriendTag() 16278 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag() 16310 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
|
H A D | SemaCodeComplete.cpp | 5463 void Sema::CodeCompleteTag(Scope *S, unsigned TagSpec) { in CodeCompleteTag() argument 5470 switch ((DeclSpec::TST)TagSpec) { in CodeCompleteTag()
|
H A D | SemaDecl.cpp | 15480 Decl *Sema::ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, in ActOnTag() argument 15498 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTag() 15528 S, TagSpec, TUK, KWLoc, SS, Name, NameLoc, Attrs, TemplateParams, in ActOnTag()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 2996 Decl *ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, 3007 unsigned TagSpec, SourceLocation TagLoc, 3014 unsigned TagSpec, 7533 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, 7572 TypeSpecifierType TagSpec, 7630 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, 7669 unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, 7676 unsigned TagSpec, SourceLocation KWLoc, 12270 void CodeCompleteTag(Scope *S, unsigned TagSpec);
|