Searched defs:tag_decl (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp131 ClangExternalASTSourceCallbacks::CompleteType (TagDecl *tag_decl) argument
134 m_callback_tag_decl (m_callback_baton, tag_decl);
H A DClangASTType.cpp78 TagDecl *tag_decl = tag_type->getDecl(); local
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(); local
643 if (tag_decl)
644 return tag_decl->isCompleteDefinition();
5277 TagDecl *tag_decl = dyn_cast<TagDecl>(tag_type->getDecl()); local
5278 if (tag_decl)
5304 TagDecl *tag_decl = tag_type->getDecl(); local
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp83 CompleteType (clang::TagDecl *tag_decl) argument
94 &tag_decl->getASTContext(),
95 tag_decl,
96 tag_decl->getName().str().c_str());
99 ASTDumper dumper((clang::Decl*)tag_decl);
106 ASTDumper dumper((clang::Decl*)tag_decl);
/external/lldb/source/Expression/
H A DClangASTSource.cpp170 ClangASTSource::CompleteType (TagDecl *tag_decl) argument
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_dec
1837 TagDecl *tag_decl = tag_type->getDecl(); local
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7841 clang::TagDecl *tag_decl = tag_type->getDecl(); local
7842 results->push_back(tag_decl);

Completed in 496 milliseconds