Home | History | Annotate | Download | only in AST

Lines Matching refs:TagTypeKind

4486 enum TagTypeKind {
4544 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
4546 /// Converts a TagTypeKind into an elaborated type keyword.
4547 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
4549 /// Converts an elaborated type keyword into a TagTypeKind.
4552 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
4558 static StringRef getTagTypeKindName(TagTypeKind Kind) {