Searched defs:TagSpec (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3585 void Sema::CodeCompleteTag(Scope *S, unsigned TagSpec) { argument
3592 switch ((DeclSpec::TST)TagSpec) {
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 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 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

Completed in 6793 milliseconds