reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTContext.h
 1111                                   RecordDecl::TagKind TK = TTK_Struct) const;
tools/clang/include/clang/AST/Decl.h
 3173   TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
 3319   TagKind getTagKind() const {
 3323   void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; }
 3698   RecordDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
 3703   static RecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
tools/clang/include/clang/AST/DeclCXX.h
  483   CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC,
  544   static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
tools/clang/include/clang/AST/DeclTemplate.h
 1688   ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
 1702   Create(ASTContext &Context, TagKind TK, DeclContext *DC,
 1921   ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
 1942   Create(ASTContext &Context, TagKind TK, DeclContext *DC,
tools/clang/lib/AST/ASTContext.cpp
 1152                                             RecordDecl::TagKind TK) const {
tools/clang/lib/AST/Decl.cpp
 4038 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC,
 4287 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C,
 4308 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
tools/clang/lib/AST/DeclCXX.cpp
  117 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C,
  125 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
tools/clang/lib/AST/DeclTemplate.cpp
  742 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
  762 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK,
  875 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
  895 Create(ASTContext &Context, TagKind TK,DeclContext *DC,
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 5064         "_openmp_static_memory_type_$_", RecordDecl::TagKind::TTK_Union);
 5067         "_shared_openmp_static_memory_type_$_", RecordDecl::TagKind::TTK_Union);
 5171         "_openmp_teams_reduction_type_$_", RecordDecl::TagKind::TTK_Union);