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

/external/clang/include/clang/AST/
H A DType.h3911 enum TagTypeKind { enum in class:clang::FunctionType::ExtInfo::FunctionProtoType
3971 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
3973 /// getKeywordForTagDeclKind - Converts a TagTypeKind into an
3975 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
3978 // a TagTypeKind. It is an error to provide an elaborated type keyword
3980 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
3986 static StringRef getTagTypeKindName(TagTypeKind Kind) {

Completed in 52 milliseconds