Searched refs:TagKind (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Analysis/
H A DProgramPoint.h544 ProgramPointTag(void *tagKind = 0) : TagKind(tagKind) {}
550 const void *getTagKind() { return TagKind; }
553 const void *TagKind; member in class:clang::ProgramPointTag
/external/clang/lib/AST/
H A DDeclTemplate.cpp693 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
716 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK,
795 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
821 Create(ASTContext &Context, TagKind TK,DeclContext *DC,
H A DDeclCXX.cpp71 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
78 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
H A DDecl.cpp2720 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
2731 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
H A DASTContext.cpp4142 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
/external/clang/include/clang/AST/
H A DDeclTemplate.h1395 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1407 Create(ASTContext &Context, TagKind TK, DeclContext *DC,
1631 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
1652 Create(ASTContext &Context, TagKind TK, DeclContext *DC,
H A DDecl.h2446 typedef TagTypeKind TagKind;
2450 /// TagDeclKind - The TagKind enum.
2510 TagDecl(Kind DK, TagKind TK, DeclContext *DC,
2621 TagKind getTagKind() const {
2622 return TagKind(TagDeclKind);
2625 void setTagKind(TagKind TK) { TagDeclKind = TK; }
2934 RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
2939 static RecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
H A DDeclCXX.h652 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
703 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
/external/clang/lib/Parse/
H A DParseDecl.cpp1868 tok::TokenKind TagKind = tok::unknown; local
1873 TagName="enum" ; FixitTagName = "enum " ; TagKind=tok::kw_enum ;break;
1875 TagName="union" ; FixitTagName = "union " ;TagKind=tok::kw_union ;break;
1877 TagName="struct"; FixitTagName = "struct ";TagKind=tok::kw_struct;break;
1880 TagKind=tok::kw___interface;break;
1882 TagName="class" ; FixitTagName = "class " ;TagKind=tok::kw_class ;break;
1902 if (TagKind == tok::kw_enum)
1905 ParseClassSpecifier(TagKind, Loc, DS, TemplateInfo, AS,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp2199 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); local
2201 = TypeWithKeyword::getKeywordForTagTypeKind(TagKind);
2245 if (!isAcceptableTagRedeclaration(D, TagKind, TUK == TUK_Definition,
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2124 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp430 TD->setTagKind((TagDecl::TagKind)Record[Idx++]);

Completed in 275 milliseconds