Searched refs:TagTypeKind (Results 1 - 12 of 12) 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) {
H A DDecl.h2517 typedef TagTypeKind TagKind;
/external/clang/lib/AST/
H A DType.cpp1378 TagTypeKind
1392 TypeWithKeyword::getKeywordForTagTypeKind(TagTypeKind Kind) {
1403 TagTypeKind
H A DRecordLayoutBuilder.cpp1878 static unsigned getPaddingDiagFromTagKind(TagTypeKind Tag) {
/external/clang/lib/Sema/
H A DSemaTemplate.cpp852 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2238 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
6031 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7051 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7700 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DSemaTemplateInstantiate.cpp1006 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
H A DSemaDecl.cpp10609 static unsigned getRedeclDiagFromTagKind(TagTypeKind Tag) {
10622 static bool isClassCompatTagKind(TagTypeKind Tag)
10632 TagTypeKind NewTag, bool isDefinition,
10648 TagTypeKind OldTag = Previous->getTagKind();
10746 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DSemaType.cpp5343 static unsigned getLiteralDiagFromTagKind(TagTypeKind Tag) {
H A DSemaDeclCXX.cpp742 static unsigned getRecordDiagFromTagKind(TagTypeKind Tag) {
11615 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DTreeTransform.h910 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3256 RD->setTagKind((TagTypeKind)Record[Idx++]);
/external/clang/include/clang/Sema/
H A DSema.h1766 TagTypeKind NewTag, bool isDefinition,

Completed in 273 milliseconds