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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp844 Sema::CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, argument
861 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2183 TypeSpecifierType TagSpec,
2199 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
5193 Sema::ActOnClassTemplateSpecialization(Scope *S, unsigned TagSpec, argument
5299 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
5412 return CheckClassTemplate(S, TagSpec, TUK, KWLoc, SS,
6309 unsigned TagSpec,
6325 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
6498 unsigned TagSpec,
2182 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
6306 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, AttributeList *Attr) argument
6495 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr) argument
6885 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
[all...]
H A DSemaDeclCXX.cpp9907 unsigned TagSpec, SourceLocation TagLoc,
9912 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
9929 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc,
9962 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc,
9906 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument
H A DSemaDecl.cpp8337 /// TagSpec indicates what kind of tag this is. TUK indicates whether this is a
8339 Decl *Sema::ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, argument
8356 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
8383 DeclResult Result = CheckClassTemplate(S, TagSpec, TUK, KWLoc,
H A DSemaCodeComplete.cpp3585 void Sema::CodeCompleteTag(Scope *S, unsigned TagSpec) { argument
3592 switch ((DeclSpec::TST)TagSpec) {
/external/clang/include/clang/Sema/
H A DSema.h1408 Decl *ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK,
1419 unsigned TagSpec, SourceLocation TagLoc,
1426 unsigned TagSpec,
4631 DeclResult CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK,
4661 TypeSpecifierType TagSpec,
4692 ActOnClassTemplateSpecialization(Scope *S, unsigned TagSpec, TagUseKind TUK,
4733 unsigned TagSpec,
4747 unsigned TagSpec,
6964 void CodeCompleteTag(Scope *S, unsigned TagSpec);

Completed in 240 milliseconds