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

/external/clang/include/clang/AST/
H A DType.h1324 /// An ElaboratedTypeKeyword. 8 bits for efficient access.
3982 enum ElaboratedTypeKeyword { enum in class:clang::FunctionType::ExtInfo::FunctionProtoType
4000 /// A helper class for Type nodes having an ElaboratedTypeKeyword.
4006 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc,
4016 ElaboratedTypeKeyword getKeyword() const {
4017 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword);
4022 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
4031 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
4036 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
4038 static bool KeywordIsTagTypeKind(ElaboratedTypeKeyword Keywor
[all...]

Completed in 166 milliseconds