Home | History | Annotate | Download | only in Expression

Lines Matching defs:tag_decl

170 ClangASTSource::CompleteType (TagDecl *tag_decl)
182 tag_decl,
183 tag_decl->getName().str().c_str());
186 ASTDumper dumper((Decl*)tag_decl);
190 if (!m_ast_importer->CompleteTagDecl (tag_decl))
200 DeclContext *decl_ctx = tag_decl->getDeclContext();
228 ConstString name(tag_decl->getName().str().c_str());
253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
263 ConstString name(tag_decl->getName().str().c_str());
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
301 ASTDumper dumper((Decl*)tag_decl);
1837 TagDecl *tag_decl = tag_type->getDecl();
1839 m_decls.push_back(tag_decl);
1841 return tag_decl;