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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h373 ProgramPointTag(void *tagKind = 0) : TagKind(tagKind) {}
379 const void *getTagKind() { return TagKind; }
382 const void *TagKind; member in class:clang::ProgramPointTag
/external/clang/lib/AST/
H A DDeclTemplate.cpp588 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
611 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK,
686 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
712 Create(ASTContext &Context, TagKind TK,DeclContext *DC,
H A DDeclCXX.cpp50 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
57 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
H A DDecl.cpp2375 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
2386 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
H A DASTContext.cpp3699 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
/external/clang/include/clang/AST/
H A DDeclTemplate.h1349 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1361 Create(ASTContext &Context, TagKind TK, DeclContext *DC,
1583 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
1604 Create(ASTContext &Context, TagKind TK,DeclContext *DC,
H A DDecl.h2355 typedef TagTypeKind TagKind;
2359 /// TagDeclKind - The TagKind enum.
2417 TagDecl(Kind DK, TagKind TK, DeclContext *DC,
2523 TagKind getTagKind() const {
2524 return TagKind(TagDeclKind);
2527 void setTagKind(TagKind TK) { TagDeclKind = TK; }
2805 RecordDecl(Kind DK, TagKind TK, DeclContext *DC,
2810 static RecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
H A DDeclCXX.h559 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
603 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
/external/clang/lib/Parse/
H A DParseDecl.cpp1401 tok::TokenKind TagKind = tok::unknown; local
1406 TagName="enum" ; FixitTagName = "enum " ; TagKind=tok::kw_enum ;break;
1408 TagName="union" ; FixitTagName = "union " ;TagKind=tok::kw_union ;break;
1410 TagName="struct"; FixitTagName = "struct ";TagKind=tok::kw_struct;break;
1412 TagName="class" ; FixitTagName = "class " ;TagKind=tok::kw_class ;break;
1421 if (TagKind == tok::kw_enum)
1424 ParseClassSpecifier(TagKind, Loc, DS, TemplateInfo, AS);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp2114 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); local
2116 = TypeWithKeyword::getKeywordForTagTypeKind(TagKind);
2159 if (!isAcceptableTagRedeclaration(D, TagKind, TUK == TUK_Definition,
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1828 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp284 TD->setTagKind((TagDecl::TagKind)Record[Idx++]);

Completed in 280 milliseconds