Home | History | Annotate | Download | only in Symbol

Lines Matching defs:tag_decl

78                 TagDecl *tag_decl = tag_type->getDecl();
79 if (tag_decl)
81 if (tag_decl->isCompleteDefinition())
87 if (tag_decl->hasExternalLexicalStorage())
94 external_ast_source->CompleteType(tag_decl);
642 TagDecl *tag_decl = tag_type->getDecl();
643 if (tag_decl)
644 return tag_decl->isCompleteDefinition();
5277 TagDecl *tag_decl = dyn_cast<TagDecl>(tag_type->getDecl());
5278 if (tag_decl)
5280 tag_decl->setTagKind ((TagDecl::TagKind)kind);
5304 TagDecl *tag_decl = tag_type->getDecl();
5305 if (tag_decl)
5307 tag_decl->startDefinition();
6135 TagDecl *tag_decl = tag_type->getDecl();
6136 if (tag_decl)
6137 tag_decl->print(llvm_ostrm, 0);