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

/external/lldb/source/Expression/
H A DClangASTSource.cpp251 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl()); local
253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
290 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl()); local
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))

Completed in 1305 milliseconds