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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3886 enum TagTypeKind { enum in class:clang::FunctionType::ExtInfo::FunctionProtoType
3946 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
3948 /// getKeywordForTagDeclKind - Converts a TagTypeKind into an
3950 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
3953 // a TagTypeKind. It is an error to provide an elaborated type keyword
3955 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
3961 static const char *getTagTypeKindName(TagTypeKind Kind) {
H A DDecl.h2486 typedef TagTypeKind TagKind;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1371 TagTypeKind
1385 TypeWithKeyword::getKeywordForTagTypeKind(TagTypeKind Kind) {
1396 TagTypeKind
H A DRecordLayoutBuilder.cpp1812 static unsigned getPaddingDiagFromTagKind(TagTypeKind Tag) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp857 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2194 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
5870 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
6908 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7562 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DSemaTemplateInstantiate.cpp1100 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
H A DSemaDecl.cpp10211 static unsigned getRedeclDiagFromTagKind(TagTypeKind Tag) {
10224 static bool isClassCompatTagKind(TagTypeKind Tag)
10234 TagTypeKind NewTag, bool isDefinition,
10250 TagTypeKind OldTag = Previous->getTagKind();
10345 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DSemaType.cpp5247 static unsigned getLiteralDiagFromTagKind(TagTypeKind Tag) {
H A DSemaDeclCXX.cpp736 static unsigned getRecordDiagFromTagKind(TagTypeKind Tag) {
11329 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
H A DTreeTransform.h902 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1649 TagTypeKind NewTag, bool isDefinition,

Completed in 494 milliseconds