Home | History | Annotate | Download | only in AST

Lines Matching refs:TagKind

2517   typedef TagTypeKind TagKind;
2521 /// TagDeclKind - The TagKind enum.
2593 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
2716 TagKind getTagKind() const {
2717 return TagKind(TagDeclKind);
2720 void setTagKind(TagKind TK) { TagDeclKind = TK; }
3073 RecordDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
3078 static RecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,