Home | History | Annotate | Download | only in AST

Lines Matching refs:TagTypeKind

4542 enum TagTypeKind {
4600 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
4602 /// Converts a TagTypeKind into an elaborated type keyword.
4603 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
4605 /// Converts an elaborated type keyword into a TagTypeKind.
4608 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
4614 static StringRef getTagTypeKindName(TagTypeKind Kind) {