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

/external/clang/include/clang/AST/
H A DType.h1302 /// An ElaboratedTypeKeyword. 8 bits for efficient access.
3926 enum ElaboratedTypeKeyword { enum in class:clang::FunctionType::ExtInfo::FunctionProtoType
3944 /// A helper class for Type nodes having an ElaboratedTypeKeyword.
3950 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc,
3960 ElaboratedTypeKeyword getKeyword() const {
3961 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword);
3966 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
3975 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
3980 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
3982 static bool KeywordIsTagTypeKind(ElaboratedTypeKeyword Keywor
[all...]

Completed in 79 milliseconds